Html Css Color HEX #A2078E Dark Magenta

📋 copy color: '#A2078E'

red 162 ◦ green 7 ◦ blue 142

#A2078E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A2078E

Tints of Dark Magenta #A2078E

RGB

 RED value IS 162 (63.67% from 255) = 52.09%

 GREEN value IS 7 (3.13% 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 value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A2078E (or 0xA2078E) is known color: 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

RGB 162 7 142 -
CMYK 0 0.96 0.12 0.36
HSL 307.74º 0.92% 0.33% -
HSV(B) 307.74º 0.96% 0.64% -
XYZ 19.86 9.79 26.43 -
YUV 68.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 162 7 142 0 0.96 0.12 0.36 307.74 0.92 0.33
Hex A2 7 8E 0 60 C 24 134 5C 21
Octal 242 7 216 0 140 14 44 464 134 41
Binary 10100010 111 10001110 0 1100000 1100 100100 100110100 1011100 100001

Color Harmonies of #A2078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2078E

Black with #A2078E

Text Example


Text Example

White with #A2078E

Text Example


Text Example

HTML Codes & Css Web 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>