Html Css Color HEX #A70789 Dark Magenta

📋 copy color: '#A70789'

red 167 ◦ green 7 ◦ blue 137

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

Shades of Dark Magenta #A70789

Tints of Dark Magenta #A70789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.25%

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 53.7%
G = 2.25%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A70789 (or 0xA70789) is known color: Dark Magenta. HEX triplet: A7, 07 and 89. RGB value is (167,7,137). Sum of RGB (Red+Green+Blue) = 167+7+137=311 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.70% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 167 - color contains mainly: red. Hex color #A70789 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70789 is #58F876. Grayscale: #454545. Windows color (decimal): -5830775 or 8980391. OLE color: 8980391.

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

Color convert

RGB 167 7 137 -
CMYK 0 0.96 0.18 0.35
HSL 311.25º 0.92% 0.34% -
HSV(B) 311.25º 0.96% 0.65% -
XYZ 20.53 10.17 24.55 -
YUV 69.66 166.01 197.43 -
System Red Green Blue C M Y K H S L
Decimal 167 7 137 0 0.96 0.18 0.35 311.25 0.92 0.34
Hex A7 7 89 0 60 12 23 137 5C 22
Octal 247 7 211 0 140 22 43 467 134 42
Binary 10100111 111 10001001 0 1100000 10010 100011 100110111 1011100 100010

Color Harmonies of #A70789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70789

Black with #A70789

Text Example


Text Example

White with #A70789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70789; }

 p { color: rgb(167,7,137); }

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

background-color css

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

 a { background-color: rgb(167,7,137); }

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

border-color css

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

 span { border-color: rgb(167,7,137); }

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