#A11689

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

Shades of Dark Purple #A11689

Tints of Dark Purple #A11689

Color information

#A11689 (or 0xA11689) is unknown color: approx Dark Purple. HEX triplet: A1, 16 and 89. RGB value is (161,22,137). Sum of RGB (Red+Green+Blue) = 161+22+137=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A11689 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11689 is #5EE976. Grayscale: #4C4C4C. Windows color (decimal): -6220151 or 8984225. OLE color: 8984225.

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

Color convert

RGB16122137-
CMYK00.860.150.37
HSL310.36º75.96%35.88%-
HSV(B)310.36º86.34%63.14%-
XYZ19.59.9624.56-
YUV76.67162.05188.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 22 (8.98% from 255) = 6.88%
BLUE value IS 137 (53.91% from 255) = 42.81%
R=50.31%
G=6.88%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.15
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612213700.860.150.37310.3675.9635.88
HexA11689056F251364c24
Octal241262110126174546611444
Binary1010000110110100010010101011011111001011001101101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11689; }

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

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

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

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

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

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

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

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