#A2088E

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

Shades of Dark Magenta #A2088E

Tints of Dark Magenta #A2088E

Color information

#A2088E (or 0xA2088E) is unknown color: approx Dark Magenta. HEX triplet: A2, 08 and 8E. RGB value is (162,8,142). Sum of RGB (Red+Green+Blue) = 162+8+142=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A2088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2088E is #5DF771. Grayscale: #444444. Windows color (decimal): -6158194 or 9308322. OLE color: 9308322.

HSL color Cylindrical-coordinate representation of color #A2088E: hue angle of 307.79º 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 #A2088E is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB1628142-
CMYK00.950.120.36
HSL307.79º90.59%33.33%-
HSV(B)307.79º95.06%63.53%-
XYZ19.879.8126.44-
YUV69.32169.02194.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.92%
GREEN value IS 8 (3.52% from 255) = 2.56%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=51.92%
G=2.56%
B=45.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162814200.950.120.36307.7990.5933.33
HexA288E05FC241345b21
Octal242102160137144446413341
Binary101000101000100011100101111111001001001001101001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2088E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2088E; }

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

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

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

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

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

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

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

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