#A2078E

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

Shades of Dark Magenta #A2078E

Tints of Dark Magenta #A2078E

Color information

#A2078E (or 0xA2078E) is unknown color: approx Dark Magenta. HEX triplet: A2, 07 and 8E. RGB value is (162,7,142). Sum of RGB (Red+Green+Blue) = 162+7+142=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2078E is #5DF871. Grayscale: #444444. Windows color (decimal): -6158450 or 9308066. OLE color: 9308066.

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

Color convert

RGB1627142-
CMYK00.960.120.36
HSL307.74º91.72%33.14%-
HSV(B)307.74º95.68%63.53%-
XYZ19.869.7926.43-
YUV68.74169.35194.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 7 (3.12% from 255) = 2.25%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=52.09%
G=2.25%
B=45.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162714200.960.120.36307.7491.7233.14
HexA278E060C241345c21
Octal24272160140144446413441
Binary10100010111100011100110000011001001001001101001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2078E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2078E; }

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

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

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

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

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

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

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

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