Html Css Color HEX #A70EAA Dark Magenta

📋 copy color: '#A70EAA'

red 167 ◦ green 14 ◦ blue 170

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

Shades of Dark Magenta #A70EAA

Tints of Dark Magenta #A70EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.99%

 BLUE value IS 170 (66.8% from 255) = 48.43%

R = 47.58%
G = 3.99%
B = 48.43%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A70EAA (or 0xA70EAA) is known color: Dark Magenta. HEX triplet: A7, 0E and AA. RGB value is (167,14,170). Sum of RGB (Red+Green+Blue) = 167+14+170=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 14 (5.86% from 255 or 3.99% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #A70EAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70EAA is #58F155. Grayscale: #4D4D4D. Windows color (decimal): -5828950 or 11144871. OLE color: 11144871.

HSL color Cylindrical-coordinate representation of color #A70EAA: hue angle of 298.85º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70EAA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 14 170 -
CMYK 0.02 0.92 0 0.33
HSL 298.85º 0.85% 0.36% -
HSV(B) 298.85º 0.92% 0.67% -
XYZ 23.35 11.43 39.01 -
YUV 77.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 167 14 170 0.02 0.92 0 0.33 298.85 0.85 0.36
Hex A7 E AA 2 5C 0 21 12B 55 24
Octal 247 16 252 2 134 0 41 453 125 44
Binary 10100111 1110 10101010 10 1011100 0 100001 100101011 1010101 100100

Color Harmonies of #A70EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70EAA

Black with #A70EAA

Text Example


Text Example

White with #A70EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70EAA; }

 p { color: rgb(167,14,170); }

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

background-color css

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

 a { background-color: rgb(167,14,170); }

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

border-color css

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

 span { border-color: rgb(167,14,170); }

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