#A11E93

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

Shades of Dark Purple #A11E93

Tints of Dark Purple #A11E93

Color information

#A11E93 (or 0xA11E93) is unknown color: approx Dark Purple. HEX triplet: A1, 1E and 93. RGB value is (161,30,147). Sum of RGB (Red+Green+Blue) = 161+30+147=338 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.63% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 161 - color contains mainly: red. Hex color #A11E93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11E93 is #5EE16C. Grayscale: #525252. Windows color (decimal): -6218093 or 9641633. OLE color: 9641633.

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

Color convert

RGB16130147-
CMYK00.810.090.37
HSL306.41º68.59%37.45%-
HSV(B)306.41º81.37%63.14%-
XYZ20.4310.6128.58-
YUV82.51164.4183.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.63%
GREEN value IS 30 (12.11% from 255) = 8.88%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=47.63%
G=8.88%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613014700.810.090.37306.4168.5937.45
HexA11E930519251324525
Octal241362230121114546210545
Binary1010000111110100100110101000110011001011001100101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11E93; }

 p { color: rgb(161,30,147); }

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

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

 a { background-color: rgb(161,30,147); }

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

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

 span { border-color: rgb(161,30,147); }

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