#A11180

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

Shades of Dark Purple #A11180

Tints of Dark Purple #A11180

Color information

#A11180 (or 0xA11180) is unknown color: approx Dark Purple. HEX triplet: A1, 11 and 80. RGB value is (161,17,128). Sum of RGB (Red+Green+Blue) = 161+17+128=306 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.61% from 306); Green value is 17 (7.03% from 255 or 5.56% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 161 - color contains mainly: red. Hex color #A11180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A11180 is #5EEE7F. Grayscale: #484848. Windows color (decimal): -6221440 or 8393121. OLE color: 8393121.

HSL color Cylindrical-coordinate representation of color #A11180: hue angle of 313.75º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11180 is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16117128-
CMYK00.890.200.37
HSL313.75º80.9%34.9%-
HSV(B)313.75º89.44%63.14%-
XYZ18.799.5421.27-
YUV72.71159.21190.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.61%
GREEN value IS 17 (7.03% from 255) = 5.56%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=52.61%
G=5.56%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611712800.890.200.37313.7580.934.9
HexA11180059142513a5123
Octal241212000131244547212143
Binary10100001100011000000001011001101001001011001110101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11180; }

 p { color: rgb(161,17,128); }

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

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

 a { background-color: rgb(161,17,128); }

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

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

 span { border-color: rgb(161,17,128); }

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