Html Css Color HEX #A70D91 Dark Magenta

📋 copy color: '#A70D91'

red 167 ◦ green 13 ◦ blue 145

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

Shades of Dark Magenta #A70D91

Tints of Dark Magenta #A70D91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 44.62%

R = 51.38%
G = 4%
B = 44.62%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A70D91 (or 0xA70D91) is known color: Dark Magenta. HEX triplet: A7, 0D and 91. RGB value is (167,13,145). Sum of RGB (Red+Green+Blue) = 167+13+145=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 13 (5.47% from 255 or 4% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A70D91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70D91 is #58F26E. Grayscale: #494949. Windows color (decimal): -5829231 or 9506215. OLE color: 9506215.

HSL color Cylindrical-coordinate representation of color #A70D91: hue angle of 308.57º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70D91 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 13 145 -
CMYK 0 0.92 0.13 0.35
HSL 308.57º 0.86% 0.35% -
HSV(B) 308.57º 0.92% 0.65% -
XYZ 21.19 10.55 27.71 -
YUV 74.09 168.02 194.27 -
System Red Green Blue C M Y K H S L
Decimal 167 13 145 0 0.92 0.13 0.35 308.57 0.86 0.35
Hex A7 D 91 0 5C D 23 135 56 23
Octal 247 15 221 0 134 15 43 465 126 43
Binary 10100111 1101 10010001 0 1011100 1101 100011 100110101 1010110 100011

Color Harmonies of #A70D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70D91

Black with #A70D91

Text Example


Text Example

White with #A70D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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