#A80492

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

Shades of Dark Magenta #A80492

Tints of Dark Magenta #A80492

Color information

#A80492 (or 0xA80492) is unknown color: approx Dark Magenta. HEX triplet: A8, 04 and 92. RGB value is (168,4,146). Sum of RGB (Red+Green+Blue) = 168+4+146=318 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.83% from 318); Green value is 4 (1.95% from 255 or 1.26% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 168 - color contains mainly: red. Hex color #A80492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80492 is #57FB6D. Grayscale: #444444. Windows color (decimal): -5765998 or 9569448. OLE color: 9569448.

HSL color Cylindrical-coordinate representation of color #A80492: hue angle of 308.05º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80492 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB1684146-
CMYK00.980.130.34
HSL308.05º95.35%33.73%-
HSV(B)308.05º97.62%65.88%-
XYZ21.3810.4928.09-
YUV69.22171.33198.45-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.83%
GREEN value IS 4 (1.95% from 255) = 1.26%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=52.83%
G=1.26%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168414600.980.130.34308.0595.3533.73
HexA8492062D221345f22
Octal25042220142154246413742
Binary10101000100100100100110001011011000101001101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80492; }

 p { color: rgb(168,4,146); }

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

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

 a { background-color: rgb(168,4,146); }

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

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

 span { border-color: rgb(168,4,146); }

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