#A11879

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

Shades of Dark Purple #A11879

Tints of Dark Purple #A11879

Color information

#A11879 (or 0xA11879) is unknown color: approx Dark Purple. HEX triplet: A1, 18 and 79. RGB value is (161,24,121). Sum of RGB (Red+Green+Blue) = 161+24+121=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 121 (47.66% from 255 or 39.54% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A11879 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11879 is #5EE786. Grayscale: #4B4B4B. Windows color (decimal): -6219655 or 7936161. OLE color: 7936161.

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

Color convert

RGB16124121-
CMYK00.850.250.37
HSL317.52º74.05%36.27%-
HSV(B)317.52º85.09%63.14%-
XYZ18.489.6118.97-
YUV76.02153.39188.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 24 (9.77% from 255) = 7.84%
BLUE value IS 121 (47.66% from 255) = 39.54%
R=52.61%
G=7.84%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612412100.850.250.37317.5274.0536.27
HexA11879055192513e4a24
Octal241301710125314547611244
Binary1010000111000111100101010101110011001011001111101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11879; }

 p { color: rgb(161,24,121); }

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

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

 a { background-color: rgb(161,24,121); }

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

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

 span { border-color: rgb(161,24,121); }

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