Html Css Color HEX #A70AAC Dark Magenta

📋 copy color: '#A70AAC'

red 167 ◦ green 10 ◦ blue 172

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

Shades of Dark Magenta #A70AAC

Tints of Dark Magenta #A70AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.28%

R = 47.85%
G = 2.87%
B = 49.28%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A70AAC (or 0xA70AAC) is known color: Dark Magenta. HEX triplet: A7, 0A and AC. RGB value is (167,10,172). Sum of RGB (Red+Green+Blue) = 167+10+172=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #A70AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AAC is #58F553. Grayscale: #4A4A4A. Windows color (decimal): -5829972 or 11274919. OLE color: 11274919.

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

Color convert

RGB 167 10 172 -
CMYK 0.03 0.94 0 0.33
HSL 298.15º 0.89% 0.36% -
HSV(B) 298.15º 0.94% 0.67% -
XYZ 23.49 11.41 39.99 -
YUV 75.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 167 10 172 0.03 0.94 0 0.33 298.15 0.89 0.36
Hex A7 A AC 3 5E 0 21 12A 59 24
Octal 247 12 254 3 136 0 41 452 131 44
Binary 10100111 1010 10101100 11 1011110 0 100001 100101010 1011001 100100

Color Harmonies of #A70AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AAC

Black with #A70AAC

Text Example


Text Example

White with #A70AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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