Html Css Color HEX #A70DAA Dark Magenta

📋 copy color: '#A70DAA'

red 167 ◦ green 13 ◦ blue 170

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

Shades of Dark Magenta #A70DAA

Tints of Dark Magenta #A70DAA

RGB

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

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

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

R = 47.71%
G = 3.71%
B = 48.57%

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

#A70DAA (or 0xA70DAA) is known color: Dark Magenta. HEX triplet: A7, 0D and AA. RGB value is (167,13,170). Sum of RGB (Red+Green+Blue) = 167+13+170=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 13 (5.47% from 255 or 3.71% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #A70DAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70DAA is #58F255. Grayscale: #4C4C4C. Windows color (decimal): -5829206 or 11144615. OLE color: 11144615.

HSL color Cylindrical-coordinate representation of color #A70DAA: hue angle of 298.85º degrees, saturation: 0.86, 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 #A70DAA is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 167 13 170 -
CMYK 0.02 0.92 0 0.33
HSL 298.85º 0.86% 0.36% -
HSV(B) 298.85º 0.92% 0.67% -
XYZ 23.34 11.41 39 -
YUV 76.94 180.52 192.23 -
System Red Green Blue C M Y K H S L
Decimal 167 13 170 0.02 0.92 0 0.33 298.85 0.86 0.36
Hex A7 D AA 2 5C 0 21 12B 56 24
Octal 247 15 252 2 134 0 41 453 126 44
Binary 10100111 1101 10101010 10 1011100 0 100001 100101011 1010110 100100

Color Harmonies of #A70DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DAA

Black with #A70DAA

Text Example


Text Example

White with #A70DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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