Html Css Color HEX #A70AA1 Dark Magenta

📋 copy color: '#A70AA1'

red 167 ◦ green 10 ◦ blue 161

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

Shades of Dark Magenta #A70AA1

Tints of Dark Magenta #A70AA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 47.63%

R = 49.41%
G = 2.96%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A70AA1 (or 0xA70AA1) is known color: Dark Magenta. HEX triplet: A7, 0A and A1. RGB value is (167,10,161). Sum of RGB (Red+Green+Blue) = 167+10+161=338 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.41% from 338); Green value is 10 (4.30% from 255 or 2.96% from 338); Blue value is 161 (63.28% from 255 or 47.63% from 338); Max value from RGB is 167 - color contains mainly: red. Hex color #A70AA1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AA1 is #58F55E. Grayscale: #494949. Windows color (decimal): -5829983 or 10554023. OLE color: 10554023.

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

Color convert

RGB 167 10 161 -
CMYK 0 0.94 0.04 0.35
HSL 302.29º 0.89% 0.35% -
HSV(B) 302.29º 0.94% 0.65% -
XYZ 22.48 11.01 34.66 -
YUV 74.16 177.01 194.22 -
System Red Green Blue C M Y K H S L
Decimal 167 10 161 0 0.94 0.04 0.35 302.29 0.89 0.35
Hex A7 A A1 0 5E 4 23 12E 59 23
Octal 247 12 241 0 136 4 43 456 131 43
Binary 10100111 1010 10100001 0 1011110 100 100011 100101110 1011001 100011

Color Harmonies of #A70AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AA1

Black with #A70AA1

Text Example


Text Example

White with #A70AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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