Html Css Color HEX #A70FAD Dark Magenta

📋 copy color: '#A70FAD'

red 167 ◦ green 15 ◦ blue 173

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

Shades of Dark Magenta #A70FAD

Tints of Dark Magenta #A70FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.23%

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

R = 47.04%
G = 4.23%
B = 48.73%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A70FAD (or 0xA70FAD) is known color: Dark Magenta. HEX triplet: A7, 0F and AD. RGB value is (167,15,173). Sum of RGB (Red+Green+Blue) = 167+15+173=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #A70FAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70FAD is #58F052. Grayscale: #4D4D4D. Windows color (decimal): -5828691 or 11341735. OLE color: 11341735.

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

Color convert

RGB 167 15 173 -
CMYK 0.03 0.91 0 0.32
HSL 297.72º 0.84% 0.37% -
HSV(B) 297.72º 0.91% 0.68% -
XYZ 23.65 11.57 40.52 -
YUV 78.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 167 15 173 0.03 0.91 0 0.32 297.72 0.84 0.37
Hex A7 F AD 3 5B 0 20 12A 54 25
Octal 247 17 255 3 133 0 40 452 124 45
Binary 10100111 1111 10101101 11 1011011 0 100000 100101010 1010100 100101

Color Harmonies of #A70FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70FAD

Black with #A70FAD

Text Example


Text Example

White with #A70FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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