#A11885

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

Shades of Dark Purple #A11885

Tints of Dark Purple #A11885

Color information

#A11885 (or 0xA11885) is unknown color: approx Dark Purple. HEX triplet: A1, 18 and 85. RGB value is (161,24,133). Sum of RGB (Red+Green+Blue) = 161+24+133=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A11885 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11885 is #5EE77A. Grayscale: #4D4D4D. Windows color (decimal): -6219643 or 8722593. OLE color: 8722593.

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

Color convert

RGB16124133-
CMYK00.850.170.37
HSL312.26º74.05%36.27%-
HSV(B)312.26º85.09%63.14%-
XYZ19.269.9223.09-
YUV77.39159.39187.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 24 (9.77% from 255) = 7.55%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=50.63%
G=7.55%
B=41.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1612413300.850.170.37312.2674.0536.27
HexA1188505511251384a24
Octal241302050125214547011244
Binary10100001110001000010101010101100011001011001110001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11885; }

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

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

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

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

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

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

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

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