Html Css Color HEX #A70892 Dark Magenta

📋 copy color: '#A70892'

red 167 ◦ green 8 ◦ blue 146

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

Shades of Dark Magenta #A70892

Tints of Dark Magenta #A70892

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.49%

 BLUE value IS 146 (57.42% from 255) = 45.48%

R = 52.02%
G = 2.49%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A70892 (or 0xA70892) is known color: Dark Magenta. HEX triplet: A7, 08 and 92. RGB value is (167,8,146). Sum of RGB (Red+Green+Blue) = 167+8+146=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 146 (57.42% from 255 or 45.48% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A70892 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70892 is #58F76D. Grayscale: #464646. Windows color (decimal): -5830510 or 9570471. OLE color: 9570471.

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

Color convert

RGB 167 8 146 -
CMYK 0 0.95 0.13 0.35
HSL 307.92º 0.91% 0.34% -
HSV(B) 307.92º 0.95% 0.65% -
XYZ 21.21 10.46 28.1 -
YUV 71.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 167 8 146 0 0.95 0.13 0.35 307.92 0.91 0.34
Hex A7 8 92 0 5F D 23 134 5B 22
Octal 247 10 222 0 137 15 43 464 133 42
Binary 10100111 1000 10010010 0 1011111 1101 100011 100110100 1011011 100010

Color Harmonies of #A70892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70892

Black with #A70892

Text Example


Text Example

White with #A70892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70892; }

 p { color: rgb(167,8,146); }

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

background-color css

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

 a { background-color: rgb(167,8,146); }

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

border-color css

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

 span { border-color: rgb(167,8,146); }

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