#A11A78

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

Shades of Dark Purple #A11A78

Tints of Dark Purple #A11A78

Color information

#A11A78 (or 0xA11A78) is unknown color: approx Dark Purple. HEX triplet: A1, 1A and 78. RGB value is (161,26,120). Sum of RGB (Red+Green+Blue) = 161+26+120=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11A78 is #5EE587. Grayscale: #4C4C4C. Windows color (decimal): -6219144 or 7871137. OLE color: 7871137.

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

Color convert

RGB16126120-
CMYK00.840.250.37
HSL318.22º72.19%36.67%-
HSV(B)318.22º83.85%63.14%-
XYZ18.469.6718.66-
YUV77.08152.23187.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=52.44%
G=8.47%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612612000.840.250.37318.2272.1936.67
HexA11A78054192513e4825
Octal241321700124314547611045
Binary1010000111010111100001010100110011001011001111101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A78; }

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

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

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

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

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

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

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

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