Html Css Color HEX #A70594 Dark Magenta

📋 copy color: '#A70594'

red 167 ◦ green 5 ◦ blue 148

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

Shades of Dark Magenta #A70594

Tints of Dark Magenta #A70594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 52.19%
G = 1.56%
B = 46.25%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A70594 (or 0xA70594) is known color: Dark Magenta. HEX triplet: A7, 05 and 94. RGB value is (167,5,148). Sum of RGB (Red+Green+Blue) = 167+5+148=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A70594 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70594 is #58FA6B. Grayscale: #454545. Windows color (decimal): -5831276 or 9700775. OLE color: 9700775.

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

Color convert

RGB 167 5 148 -
CMYK 0 0.97 0.11 0.35
HSL 307.04º 0.94% 0.34% -
HSV(B) 307.04º 0.97% 0.65% -
XYZ 21.34 10.46 28.91 -
YUV 69.74 172.17 197.37 -
System Red Green Blue C M Y K H S L
Decimal 167 5 148 0 0.97 0.11 0.35 307.04 0.94 0.34
Hex A7 5 94 0 61 B 23 133 5E 22
Octal 247 5 224 0 141 13 43 463 136 42
Binary 10100111 101 10010100 0 1100001 1011 100011 100110011 1011110 100010

Color Harmonies of #A70594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70594

Black with #A70594

Text Example


Text Example

White with #A70594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70594; }

 p { color: rgb(167,5,148); }

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

background-color css

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

 a { background-color: rgb(167,5,148); }

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

border-color css

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

 span { border-color: rgb(167,5,148); }

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