COLOR #A581B7

HEX: #A581B7 RGB: (165,129,183)

Color info

#A581B7 contains red, green and blue colors in about the same proportion. Web safe color of #A581B7 is #9999CC (or #99C).

RGB color model

#A581B7 color RGB value is (165,129,183).

RGB: (165,129,183) (65%, 51%, 72%)

RGB channels and saturation

R 165 of 255 = 65%
G 129 of 255 = 51%
B 183 of 255 = 72%

165
129
183

R + G + B ~ 63%. #A581B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 129 + 183 = 477 (100%)
R 165 of 477 ~ 34.59%
G 129 of 477 ~ 27.04%
B 183 of 477 ~ 38.36'%

%34.59
%27.04
%38.36

CMYK color model

#A581B7 color CMYK value is (10,30,0,28).

  • cyan value is 9.84%
  • magenta value is 29.51%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (10,30,0,28)
C10M30Y0K28 (10%, 30%, 0%, 28%)
(0.10 / 0.30 / 0.00 / 0.28)

CMYK percentages

%9.84
%29.51
%0
%28.24

Codes

Color #A581B7 in popluar color models

A5 81 B7
RGB 165 129 183
HSL 280° 27.27% 61.18%
HSB/HSV 280° 29.51% 71.76%
CMYK 9.84% 29.51% 0.00%
28.24%

Color #A581B7 in popluar number systems.

HEX A5 81 B7
Decimal 165 129 183
Binary 10100101 10000001 10110111
Octal 245 201 267

Shades and tints

Shades of #A581B7

#A581B7
(165,129,183)
#9676A7
(150,118,167)
#876B97
(135,107,151)
#786087
(120,96,135)
#695577
(105,85,119)
#5A4A67
(90,74,103)
#4B3F57
(75,63,87)
#3C3447
(60,52,71)
#2D2937
(45,41,55)
#1E1E27
(30,30,39)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #A581B7

#A581B7
(165,129,183)
#AD8CBD
(173,140,189)
#B597C3
(181,151,195)
#BDA2C9
(189,162,201)
#C5ADCF
(197,173,207)
#CDB8D5
(205,184,213)
#D5C3DB
(213,195,219)
#DDCEE1
(221,206,225)
#E5D9E7
(229,217,231)
#EDE4ED
(237,228,237)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A581B7 color. Also use rgb(165,129,183) instead hex code.

Text Font Color

.myTextColor { color: #A581B7; }

<p style="color:#A581B7">This sample text font color is #A581B7.</p>

This text font color is #A581B7.

Background Color

.myBgColor { background-color: #A581B7; }

<div style="background-color:#A581B7">Inner text</div>

This div background color is #A581B7.

Border color

.myBorderColor { border: 1px solid #A581B7; }

<div style="border:3px solid #A581B7">Div</div>

This div border color is #A581B7.

Opacity

.myOpacity80 { color: #A581B7; opacity: 0.8; }

<p style="color:#A581B7;opacity:0.8;">80%</p>

Text with #A581B7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A581B7;}

<p style="text-shadow: 3px 3px 1px #A581B7">Text here.</p>

This text has shadow with #A581B7 color.


.textShadow {text-shadow: 3px 3px 1px #A581B7', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A581B7, 5px 5px 20px red">Text here.</p>

This text has shadow with #A581B7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A581B7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A581B7, Direction=45, Strength=4)">Text</p>

This text has shadow with #A581B7 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A581B7;
-webkit-box-shadow: 1px 1px 3px 2px #A581B7;
box-shadow: 1px 1px 3px 2px #A581B7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A581B7; -webkit-box-shadow: 1px 1px 3px 2px #A581B7; box-shadow:1px 1px 3px 2px #A581B7;">
Div content here
</div>

This div box has shadow with color #A581B7.

Preview

Color preview on black background

This text has color #A581B7 on black background.


Color preview on white background

This text has color #A581B7 on white background.


Black color preview on #A581B7 background

This text has black color on #A581B7 background.


White color preview on #A581B7 background

This text has white color on #A581B7 background.


Related colors

Complementary color

Complementary color for #hex is #5A7E48.


I love getcolorcode.com

Triadic colors

1 #B7A581 and #81B7A5 with #A581B7 are triadic colors.

2 #B781A5 and #81A5B7 with #A581B7 are triadic colors.