Html Css Color HEX #A70294 Dark Magenta

📋 copy color: '#A70294'

red 167 ◦ green 2 ◦ blue 148

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

Shades of Dark Magenta #A70294

Tints of Dark Magenta #A70294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.69%

R = 52.68%
G = 0.63%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A70294 (or 0xA70294) is known color: Dark Magenta. HEX triplet: A7, 02 and 94. RGB value is (167,2,148). Sum of RGB (Red+Green+Blue) = 167+2+148=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 148 (58.20% from 255 or 46.69% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A70294 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70294 is #58FD6B. Grayscale: #434343. Windows color (decimal): -5832044 or 9700007. OLE color: 9700007.

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

Color convert

RGB 167 2 148 -
CMYK 0 0.99 0.11 0.35
HSL 306.91º 0.98% 0.33% -
HSV(B) 306.91º 0.99% 0.65% -
XYZ 21.3 10.4 28.9 -
YUV 67.98 173.16 198.63 -
System Red Green Blue C M Y K H S L
Decimal 167 2 148 0 0.99 0.11 0.35 306.91 0.98 0.33
Hex A7 2 94 0 63 B 23 133 62 21
Octal 247 2 224 0 143 13 43 463 142 41
Binary 10100111 10 10010100 0 1100011 1011 100011 100110011 1100010 100001

Color Harmonies of #A70294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70294

Black with #A70294

Text Example


Text Example

White with #A70294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70294; }

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

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

background-color css

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

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

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

border-color css

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

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

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