#A80488

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

Shades of Dark Magenta #A80488

Tints of Dark Magenta #A80488

Color information

#A80488 (or 0xA80488) is unknown color: approx Dark Magenta. HEX triplet: A8, 04 and 88. RGB value is (168,4,136). Sum of RGB (Red+Green+Blue) = 168+4+136=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A80488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80488 is #57FB77. Grayscale: #434343. Windows color (decimal): -5766008 or 8914088. OLE color: 8914088.

HSL color Cylindrical-coordinate representation of color #A80488: hue angle of 311.71º 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 #A80488 is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB1684136-
CMYK00.980.190.34
HSL311.71º95.35%33.73%-
HSV(B)311.71º97.62%65.88%-
XYZ20.6410.1924.17-
YUV68.08166.33199.27-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.55%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=54.55%
G=1.30%
B=44.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168413600.980.190.34311.7195.3533.73
HexA848806213221385f22
Octal25042100142234247013742
Binary101010001001000100001100010100111000101001110001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80488; }

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

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

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

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

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

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

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

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