#A11778

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

Shades of Dark Purple #A11778

Tints of Dark Purple #A11778

Color information

#A11778 (or 0xA11778) is unknown color: approx Dark Purple. HEX triplet: A1, 17 and 78. RGB value is (161,23,120). Sum of RGB (Red+Green+Blue) = 161+23+120=304 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.96% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 161 - color contains mainly: red. Hex color #A11778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11778 is #5EE887. Grayscale: #4B4B4B. Windows color (decimal): -6219912 or 7870369. OLE color: 7870369.

HSL color Cylindrical-coordinate representation of color #A11778: hue angle of 317.83º degrees, saturation: 0.75, 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 #A11778 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16123120-
CMYK00.860.250.37
HSL317.83º75%36.08%-
HSV(B)317.83º85.71%63.14%-
XYZ18.399.5518.64-
YUV75.32153.22189.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.96%
GREEN value IS 23 (9.38% from 255) = 7.57%
BLUE value IS 120 (47.27% from 255) = 39.47%
R=52.96%
G=7.57%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612312000.860.250.37317.837536.08
HexA11778056192513e4b24
Octal241271700126314547611344
Binary1010000110111111100001010110110011001011001111101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11778; }

 p { color: rgb(161,23,120); }

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

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

 a { background-color: rgb(161,23,120); }

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

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

 span { border-color: rgb(161,23,120); }

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