#A11A85

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

Shades of Dark Purple #A11A85

Tints of Dark Purple #A11A85

Color information

#A11A85 (or 0xA11A85) is unknown color: approx Dark Purple. HEX triplet: A1, 1A and 85. RGB value is (161,26,133). Sum of RGB (Red+Green+Blue) = 161+26+133=320 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.31% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 161 - color contains mainly: red. Hex color #A11A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11A85 is #5EE57A. Grayscale: #4E4E4E. Windows color (decimal): -6219131 or 8723105. OLE color: 8723105.

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

Color convert

RGB16126133-
CMYK00.840.170.37
HSL312.44º72.19%36.67%-
HSV(B)312.44º83.85%63.14%-
XYZ19.310.0123.11-
YUV78.56158.73186.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.31%
GREEN value IS 26 (10.55% from 255) = 8.12%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=50.31%
G=8.12%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612613300.840.170.37312.4472.1936.67
HexA11A8505411251384825
Octal241322050124214547011045
Binary10100001110101000010101010100100011001011001110001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11A85; }

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

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

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

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

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

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

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

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