Html Css Color HEX #A70AAD Dark Magenta

📋 copy color: '#A70AAD'

red 167 ◦ green 10 ◦ blue 173

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

Shades of Dark Magenta #A70AAD

Tints of Dark Magenta #A70AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 49.43%

R = 47.71%
G = 2.86%
B = 49.43%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A70AAD (or 0xA70AAD) is known color: Dark Magenta. HEX triplet: A7, 0A and AD. RGB value is (167,10,173). Sum of RGB (Red+Green+Blue) = 167+10+173=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #A70AAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70AAD is #58F552. Grayscale: #4B4B4B. Windows color (decimal): -5829971 or 11340455. OLE color: 11340455.

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

Color convert

RGB 167 10 173 -
CMYK 0.03 0.94 0 0.32
HSL 297.79º 0.89% 0.36% -
HSV(B) 297.79º 0.94% 0.68% -
XYZ 23.59 11.45 40.5 -
YUV 75.53 183.01 193.25 -
System Red Green Blue C M Y K H S L
Decimal 167 10 173 0.03 0.94 0 0.32 297.79 0.89 0.36
Hex A7 A AD 3 5E 0 20 12A 59 24
Octal 247 12 255 3 136 0 40 452 131 44
Binary 10100111 1010 10101101 11 1011110 0 100000 100101010 1011001 100100

Color Harmonies of #A70AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70AAD

Black with #A70AAD

Text Example


Text Example

White with #A70AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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