Html Css Color HEX #A70296 Dark Magenta

📋 copy color: '#A70296'

red 167 ◦ green 2 ◦ blue 150

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

Shades of Dark Magenta #A70296

Tints of Dark Magenta #A70296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 150 (58.98% from 255) = 47.02%

R = 52.35%
G = 0.63%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A70296 (or 0xA70296) is known color: Dark Magenta. HEX triplet: A7, 02 and 96. RGB value is (167,2,150). Sum of RGB (Red+Green+Blue) = 167+2+150=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 150 (58.98% from 255 or 47.02% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A70296 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70296 is #58FD69. Grayscale: #434343. Windows color (decimal): -5832042 or 9831079. OLE color: 9831079.

HSL color Cylindrical-coordinate representation of color #A70296: hue angle of 306.18º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A70296 is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 2 150 -
CMYK 0 0.99 0.10 0.35
HSL 306.18º 0.98% 0.33% -
HSV(B) 306.18º 0.99% 0.65% -
XYZ 21.46 10.46 29.74 -
YUV 68.21 174.16 198.47 -
System Red Green Blue C M Y K H S L
Decimal 167 2 150 0 0.99 0.10 0.35 306.18 0.98 0.33
Hex A7 2 96 0 63 A 23 132 62 21
Octal 247 2 226 0 143 12 43 462 142 41
Binary 10100111 10 10010110 0 1100011 1010 100011 100110010 1100010 100001

Color Harmonies of #A70296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70296

Black with #A70296

Text Example


Text Example

White with #A70296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70296; }

 p { color: rgb(167,2,150); }

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

background-color css

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

 a { background-color: rgb(167,2,150); }

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

border-color css

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

 span { border-color: rgb(167,2,150); }

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