Html Css Color HEX #A70AA2 Dark Magenta

📋 copy color: '#A70AA2'

red 167 ◦ green 10 ◦ blue 162

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

Shades of Dark Magenta #A70AA2

Tints of Dark Magenta #A70AA2

RGB

 RED value IS 167 (65.63% from 255) = 49.26%

 GREEN value IS 10 (4.3% from 255) = 2.95%

 BLUE value IS 162 (63.67% from 255) = 47.79%

R = 49.26%
G = 2.95%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A70AA2 (or 0xA70AA2) is known color: Dark Magenta. HEX triplet: A7, 0A and A2. RGB value is (167,10,162). Sum of RGB (Red+Green+Blue) = 167+10+162=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 10 (4.30% from 255 or 2.95% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A70AA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AA2 is #58F55D. Grayscale: #494949. Windows color (decimal): -5829982 or 10619559. OLE color: 10619559.

HSL color Cylindrical-coordinate representation of color #A70AA2: hue angle of 301.91º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A70AA2 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 10 162 -
CMYK 0 0.94 0.03 0.35
HSL 301.91º 0.89% 0.35% -
HSV(B) 301.91º 0.94% 0.65% -
XYZ 22.57 11.04 35.12 -
YUV 74.27 177.51 194.14 -
System Red Green Blue C M Y K H S L
Decimal 167 10 162 0 0.94 0.03 0.35 301.91 0.89 0.35
Hex A7 A A2 0 5E 3 23 12E 59 23
Octal 247 12 242 0 136 3 43 456 131 43
Binary 10100111 1010 10100010 0 1011110 11 100011 100101110 1011001 100011

Color Harmonies of #A70AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AA2

Black with #A70AA2

Text Example


Text Example

White with #A70AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AA2; }

 p { color: rgb(167,10,162); }

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

background-color css

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

 a { background-color: rgb(167,10,162); }

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

border-color css

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

 span { border-color: rgb(167,10,162); }

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