Html Css Color HEX #A70C95 Dark Magenta

📋 copy color: '#A70C95'

red 167 ◦ green 12 ◦ blue 149

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

Shades of Dark Magenta #A70C95

Tints of Dark Magenta #A70C95

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.66%

 BLUE value IS 149 (58.59% from 255) = 45.43%

R = 50.91%
G = 3.66%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A70C95 (or 0xA70C95) is known color: Dark Magenta. HEX triplet: A7, 0C and 95. RGB value is (167,12,149). Sum of RGB (Red+Green+Blue) = 167+12+149=328 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.91% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70C95 is #58F36A. Grayscale: #494949. Windows color (decimal): -5829483 or 9768103. OLE color: 9768103.

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

Color convert

RGB 167 12 149 -
CMYK 0 0.93 0.11 0.35
HSL 306.97º 0.87% 0.35% -
HSV(B) 306.97º 0.93% 0.65% -
XYZ 21.49 10.65 29.36 -
YUV 73.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 167 12 149 0 0.93 0.11 0.35 306.97 0.87 0.35
Hex A7 C 95 0 5D B 23 133 57 23
Octal 247 14 225 0 135 13 43 463 127 43
Binary 10100111 1100 10010101 0 1011101 1011 100011 100110011 1010111 100011

Color Harmonies of #A70C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70C95

Black with #A70C95

Text Example


Text Example

White with #A70C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70C95; }

 p { color: rgb(167,12,149); }

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

background-color css

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

 a { background-color: rgb(167,12,149); }

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

border-color css

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

 span { border-color: rgb(167,12,149); }

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