Html Css Color HEX #A70AA3 Dark Magenta

📋 copy color: '#A70AA3'

red 167 ◦ green 10 ◦ blue 163

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

Shades of Dark Magenta #A70AA3

Tints of Dark Magenta #A70AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.94%

R = 49.12%
G = 2.94%
B = 47.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A70AA3 (or 0xA70AA3) is known color: Dark Magenta. HEX triplet: A7, 0A and A3. RGB value is (167,10,163). Sum of RGB (Red+Green+Blue) = 167+10+163=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 163 (64.06% from 255 or 47.94% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A70AA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AA3 is #58F55C. Grayscale: #494949. Windows color (decimal): -5829981 or 10685095. OLE color: 10685095.

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

Color convert

RGB 167 10 163 -
CMYK 0 0.94 0.02 0.35
HSL 301.53º 0.89% 0.35% -
HSV(B) 301.53º 0.94% 0.65% -
XYZ 22.66 11.08 35.59 -
YUV 74.39 178.01 194.06 -
System Red Green Blue C M Y K H S L
Decimal 167 10 163 0 0.94 0.02 0.35 301.53 0.89 0.35
Hex A7 A A3 0 5E 2 23 12E 59 23
Octal 247 12 243 0 136 2 43 456 131 43
Binary 10100111 1010 10100011 0 1011110 10 100011 100101110 1011001 100011

Color Harmonies of #A70AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AA3

Black with #A70AA3

Text Example


Text Example

White with #A70AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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