#a11ea0

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

Shades of Dark Magenta #A11EA0

Tints of Dark Magenta #A11EA0

Color information

#A11EA0 (or 0xA11EA0) is unknown color: approx Dark Magenta. HEX triplet: A1, 1E and A0. RGB value is (161,30,160). Sum of RGB (Red+Green+Blue) = 161+30+160=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A11EA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11EA0 is #5EE15F. Grayscale: #535353. Windows color (decimal): -6218080 or 10493601. OLE color: 10493601.

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

Color convert

RGB16130160-
CMYK00.810.010.37
HSL300.46º68.59%37.45%-
HSV(B)300.46º81.37%63.14%-
XYZ21.5111.0434.26-
YUV83.99170.9182.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.87%
GREEN value IS 30 (12.11% from 255) = 8.55%
BLUE value IS 160 (62.89% from 255) = 45.58%
R=45.87%
G=8.55%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1613016000.810.010.37300.4668.5937.45
HexA11EA005112512c4525
Octal24136240012114545410545
Binary1010000111110101000000101000111001011001011001000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a11ea0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a11ea0; }

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

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

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

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

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

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

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

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