Html Css Color HEX #A70DAD Dark Magenta

📋 copy color: '#A70DAD'

red 167 ◦ green 13 ◦ blue 173

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

Shades of Dark Magenta #A70DAD

Tints of Dark Magenta #A70DAD

RGB

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

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

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

R = 47.31%
G = 3.68%
B = 49.01%

CMYK

 C value IS 0.03

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A70DAD (or 0xA70DAD) is known color: Dark Magenta. HEX triplet: A7, 0D and AD. RGB value is (167,13,173). Sum of RGB (Red+Green+Blue) = 167+13+173=353 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.31% from 353); Green value is 13 (5.47% from 255 or 3.68% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 173 - color contains mainly: blue. Hex color #A70DAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70DAD is #58F252. Grayscale: #4C4C4C. Windows color (decimal): -5829203 or 11341223. OLE color: 11341223.

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

Color convert

RGB 167 13 173 -
CMYK 0.03 0.92 0 0.32
HSL 297.75º 0.86% 0.36% -
HSV(B) 297.75º 0.92% 0.68% -
XYZ 23.62 11.52 40.51 -
YUV 77.29 182.02 191.99 -
System Red Green Blue C M Y K H S L
Decimal 167 13 173 0.03 0.92 0 0.32 297.75 0.86 0.36
Hex A7 D AD 3 5C 0 20 12A 56 24
Octal 247 15 255 3 134 0 40 452 126 44
Binary 10100111 1101 10101101 11 1011100 0 100000 100101010 1010110 100100

Color Harmonies of #A70DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70DAD

Black with #A70DAD

Text Example


Text Example

White with #A70DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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