#A11884

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

Shades of Dark Purple #A11884

Tints of Dark Purple #A11884

Color information

#A11884 (or 0xA11884) is unknown color: approx Dark Purple. HEX triplet: A1, 18 and 84. RGB value is (161,24,132). Sum of RGB (Red+Green+Blue) = 161+24+132=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A11884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11884 is #5EE77B. Grayscale: #4C4C4C. Windows color (decimal): -6219644 or 8657057. OLE color: 8657057.

HSL color Cylindrical-coordinate representation of color #A11884: hue angle of 312.7º 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 #A11884 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16124132-
CMYK00.850.180.37
HSL312.7º74.05%36.27%-
HSV(B)312.7º85.09%63.14%-
XYZ19.199.922.73-
YUV77.27158.89187.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 24 (9.77% from 255) = 7.57%
BLUE value IS 132 (51.95% from 255) = 41.64%
R=50.79%
G=7.57%
B=41.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612413200.850.180.37312.774.0536.27
HexA1188405512251394a24
Octal241302040125224547111244
Binary10100001110001000010001010101100101001011001110011001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11884; }

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

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

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

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

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

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

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

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