Html Css Color HEX #A70DAE Dark Magenta

📋 copy color: '#A70DAE'

red 167 ◦ green 13 ◦ blue 174

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

Shades of Dark Magenta #A70DAE

Tints of Dark Magenta #A70DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.15%

R = 47.18%
G = 3.67%
B = 49.15%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A70DAE (or 0xA70DAE) is known color: Dark Magenta. HEX triplet: A7, 0D and AE. RGB value is (167,13,174). Sum of RGB (Red+Green+Blue) = 167+13+174=354 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.18% from 354); Green value is 13 (5.47% from 255 or 3.67% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #A70DAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70DAE is #58F251. Grayscale: #4C4C4C. Windows color (decimal): -5829202 or 11406759. OLE color: 11406759.

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

Color convert

RGB 167 13 174 -
CMYK 0.04 0.93 0 0.32
HSL 297.39º 0.86% 0.37% -
HSV(B) 297.39º 0.93% 0.68% -
XYZ 23.72 11.56 41.03 -
YUV 77.4 182.52 191.91 -
System Red Green Blue C M Y K H S L
Decimal 167 13 174 0.04 0.93 0 0.32 297.39 0.86 0.37
Hex A7 D AE 4 5D 0 20 129 56 25
Octal 247 15 256 4 135 0 40 451 126 45
Binary 10100111 1101 10101110 100 1011101 0 100000 100101001 1010110 100101

Color Harmonies of #A70DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DAE

Black with #A70DAE

Text Example


Text Example

White with #A70DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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