Html Css Color HEX #A70593 Dark Magenta

📋 copy color: '#A70593'

red 167 ◦ green 5 ◦ blue 147

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

Shades of Dark Magenta #A70593

Tints of Dark Magenta #A70593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.08%

R = 52.35%
G = 1.57%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A70593 (or 0xA70593) is known color: Dark Magenta. HEX triplet: A7, 05 and 93. RGB value is (167,5,147). Sum of RGB (Red+Green+Blue) = 167+5+147=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 147 (57.81% from 255 or 46.08% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A70593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70593 is #58FA6C. Grayscale: #454545. Windows color (decimal): -5831277 or 9635239. OLE color: 9635239.

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

Color convert

RGB 167 5 147 -
CMYK 0 0.97 0.12 0.35
HSL 307.41º 0.94% 0.34% -
HSV(B) 307.41º 0.97% 0.65% -
XYZ 21.26 10.43 28.5 -
YUV 69.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 167 5 147 0 0.97 0.12 0.35 307.41 0.94 0.34
Hex A7 5 93 0 61 C 23 133 5E 22
Octal 247 5 223 0 141 14 43 463 136 42
Binary 10100111 101 10010011 0 1100001 1100 100011 100110011 1011110 100010

Color Harmonies of #A70593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70593

Black with #A70593

Text Example


Text Example

White with #A70593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70593; }

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

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

background-color css

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

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

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

border-color css

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

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

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