#A20E8B

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

Shades of Dark Magenta #A20E8B

Tints of Dark Magenta #A20E8B

Color information

#A20E8B (or 0xA20E8B) is unknown color: approx Dark Magenta. HEX triplet: A2, 0E and 8B. RGB value is (162,14,139). Sum of RGB (Red+Green+Blue) = 162+14+139=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20E8B is #5DF174. Grayscale: #484848. Windows color (decimal): -6156661 or 9113250. OLE color: 9113250.

HSL color Cylindrical-coordinate representation of color #A20E8B: hue angle of 309.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A20E8B is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16214139-
CMYK00.910.140.36
HSL309.32º84.09%34.51%-
HSV(B)309.32º91.36%63.53%-
XYZ19.729.8625.29-
YUV72.5165.53191.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.43%
GREEN value IS 14 (5.86% from 255) = 4.44%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=51.43%
G=4.44%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621413900.910.140.36309.3284.0934.51
HexA2E8B05BE241355423
Octal242162130133164446512443
Binary101000101110100010110101101111101001001001101011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20E8B; }

 p { color: rgb(162,14,139); }

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

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

 a { background-color: rgb(162,14,139); }

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

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

 span { border-color: rgb(162,14,139); }

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