#A20892

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

Shades of Dark Magenta #A20892

Tints of Dark Magenta #A20892

Color information

#A20892 (or 0xA20892) is unknown color: approx Dark Magenta. HEX triplet: A2, 08 and 92. RGB value is (162,8,146). Sum of RGB (Red+Green+Blue) = 162+8+146=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A20892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20892 is #5DF76D. Grayscale: #454545. Windows color (decimal): -6158190 or 9570466. OLE color: 9570466.

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

Color convert

RGB1628146-
CMYK00.950.100.36
HSL306.23º90.59%33.33%-
HSV(B)306.23º95.06%63.53%-
XYZ20.189.9328.05-
YUV69.78171.02193.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 8 (3.52% from 255) = 2.53%
BLUE value IS 146 (57.42% from 255) = 46.20%
R=51.27%
G=2.53%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162814600.950.100.36306.2390.5933.33
HexA289205FA241325b21
Octal242102220137124446213341
Binary101000101000100100100101111110101001001001100101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20892; }

 p { color: rgb(162,8,146); }

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

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

 a { background-color: rgb(162,8,146); }

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

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

 span { border-color: rgb(162,8,146); }

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