Html Css Color HEX #A70DAF Dark Magenta

📋 copy color: '#A70DAF'

red 167 ◦ green 13 ◦ blue 175

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

Shades of Dark Magenta #A70DAF

Tints of Dark Magenta #A70DAF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.66%

 BLUE value IS 175 (68.75% from 255) = 49.3%

R = 47.04%
G = 3.66%
B = 49.3%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A70DAF (or 0xA70DAF) is known color: Dark Magenta. HEX triplet: A7, 0D and AF. RGB value is (167,13,175). Sum of RGB (Red+Green+Blue) = 167+13+175=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #A70DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70DAF is #58F250. Grayscale: #4D4D4D. Windows color (decimal): -5829201 or 11472295. OLE color: 11472295.

HSL color Cylindrical-coordinate representation of color #A70DAF: hue angle of 297.04º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70DAF is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 13 175 -
CMYK 0.05 0.93 0 0.31
HSL 297.04º 0.86% 0.37% -
HSV(B) 297.04º 0.93% 0.69% -
XYZ 23.82 11.6 41.54 -
YUV 77.51 183.02 191.83 -
System Red Green Blue C M Y K H S L
Decimal 167 13 175 0.05 0.93 0 0.31 297.04 0.86 0.37
Hex A7 D AF 5 5D 0 1F 129 56 25
Octal 247 15 257 5 135 0 37 451 126 45
Binary 10100111 1101 10101111 101 1011101 0 11111 100101001 1010110 100101

Color Harmonies of #A70DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DAF

Black with #A70DAF

Text Example


Text Example

White with #A70DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DAF; }

 p { color: rgb(167,13,175); }

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

background-color css

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

 a { background-color: rgb(167,13,175); }

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

border-color css

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

 span { border-color: rgb(167,13,175); }

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