Html Css Color HEX #A70590 Dark Magenta

📋 copy color: '#A70590'

red 167 ◦ green 5 ◦ blue 144

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

Shades of Dark Magenta #A70590

Tints of Dark Magenta #A70590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 52.85%
G = 1.58%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A70590 (or 0xA70590) is known color: Dark Magenta. HEX triplet: A7, 05 and 90. RGB value is (167,5,144). Sum of RGB (Red+Green+Blue) = 167+5+144=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A70590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70590 is #58FA6F. Grayscale: #444444. Windows color (decimal): -5831280 or 9438631. OLE color: 9438631.

HSL color Cylindrical-coordinate representation of color #A70590: hue angle of 308.52º 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 #A70590 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 5 144 -
CMYK 0 0.97 0.14 0.35
HSL 308.52º 0.94% 0.34% -
HSV(B) 308.52º 0.97% 0.65% -
XYZ 21.02 10.34 27.27 -
YUV 69.28 170.17 197.7 -
System Red Green Blue C M Y K H S L
Decimal 167 5 144 0 0.97 0.14 0.35 308.52 0.94 0.34
Hex A7 5 90 0 61 E 23 135 5E 22
Octal 247 5 220 0 141 16 43 465 136 42
Binary 10100111 101 10010000 0 1100001 1110 100011 100110101 1011110 100010

Color Harmonies of #A70590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70590

Black with #A70590

Text Example


Text Example

White with #A70590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70590; }

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

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

background-color css

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

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

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

border-color css

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

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

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