Html Css Color HEX #A2079C Dark Magenta

📋 copy color: '#A2079C'

red 162 ◦ green 7 ◦ blue 156

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

Shades of Dark Magenta #A2079C

Tints of Dark Magenta #A2079C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.15%

 BLUE value IS 156 (61.33% from 255) = 48%

R = 49.85%
G = 2.15%
B = 48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A2079C (or 0xA2079C) is known color: Dark Magenta. HEX triplet: A2, 07 and 9C. RGB value is (162,7,156). Sum of RGB (Red+Green+Blue) = 162+7+156=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A2079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A2079C is #5DF863. Grayscale: #454545. Windows color (decimal): -6158436 or 10225570. OLE color: 10225570.

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

Color convert

RGB 162 7 156 -
CMYK 0 0.96 0.04 0.36
HSL 302.32º 0.92% 0.33% -
HSV(B) 302.32º 0.96% 0.64% -
XYZ 20.98 10.23 32.32 -
YUV 70.33 176.35 193.38 -
System Red Green Blue C M Y K H S L
Decimal 162 7 156 0 0.96 0.04 0.36 302.32 0.92 0.33
Hex A2 7 9C 0 60 4 24 12E 5C 21
Octal 242 7 234 0 140 4 44 456 134 41
Binary 10100010 111 10011100 0 1100000 100 100100 100101110 1011100 100001

Color Harmonies of #A2079C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2079C

Black with #A2079C

Text Example


Text Example

White with #A2079C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2079C; }

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

 H1.HeaderClassName
 {
   color: #A2079C;
 }
 .AnyTagClassName
 {
   color: #A2079C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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