#a11d89

Color #A11D89 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A11D89

Tints of Dark Purple #A11D89

Color information

#A11D89 (or 0xA11D89) is unknown color: approx Dark Purple. HEX triplet: A1, 1D and 89. RGB value is (161,29,137). Sum of RGB (Red+Green+Blue) = 161+29+137=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 137 (53.91% from 255 or 41.90% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11D89 is #5EE276. Grayscale: #505050. Windows color (decimal): -6218359 or 8986017. OLE color: 8986017.

HSL color Cylindrical-coordinate representation of color #A11D89: hue angle of 310.91º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A11D89 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB16129137-
CMYK00.820.150.37
HSL310.91º69.47%37.25%-
HSV(B)310.91º81.99%63.14%-
XYZ19.6510.2624.61-
YUV80.78159.73185.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 29 (11.72% from 255) = 8.87%
BLUE value IS 137 (53.91% from 255) = 41.90%
R=49.24%
G=8.87%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612913700.820.150.37310.9169.4737.25
HexA11D89052F251374525
Octal241352110122174546710545
Binary1010000111101100010010101001011111001011001101111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11d89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11d89; }

 p { color: rgb(161,29,137); }

 H1.HeaderClassName
 {
   color: #a11d89;
 }
 .AnyTagClassName
 {
   color: #a11d89;
 }
</style>
background-color css

<style>
 a { background-color: #a11d89; }

 a { background-color: rgb(161,29,137); }

 div.DivClassName
 {
   background-color: #a11d89;
 }
 .BgClassName
 {
   background-color: #a11d89;
 }
</style>
border-color css

<style>
 span { border-color: #a11d89; }

 span { border-color: rgb(161,29,137); }

 td.TdClassName
 {
   border-color: #a11d89;
 }
 .TagClassName
 {
   border-color: #a11d89;
 }
</style>