Html Css Color HEX #A70293 Dark Magenta

📋 copy color: '#A70293'

red 167 ◦ green 2 ◦ blue 147

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

Shades of Dark Magenta #A70293

Tints of Dark Magenta #A70293

RGB

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

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

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

R = 52.85%
G = 0.63%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A70293 (or 0xA70293) is known color: Dark Magenta. HEX triplet: A7, 02 and 93. RGB value is (167,2,147). Sum of RGB (Red+Green+Blue) = 167+2+147=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A70293 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70293 is #58FD6C. Grayscale: #434343. Windows color (decimal): -5832045 or 9634471. OLE color: 9634471.

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

Color convert

RGB 167 2 147 -
CMYK 0 0.99 0.12 0.35
HSL 307.27º 0.98% 0.33% -
HSV(B) 307.27º 0.99% 0.65% -
XYZ 21.22 10.37 28.49 -
YUV 67.87 172.66 198.71 -
System Red Green Blue C M Y K H S L
Decimal 167 2 147 0 0.99 0.12 0.35 307.27 0.98 0.33
Hex A7 2 93 0 63 C 23 133 62 21
Octal 247 2 223 0 143 14 43 463 142 41
Binary 10100111 10 10010011 0 1100011 1100 100011 100110011 1100010 100001

Color Harmonies of #A70293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70293

Black with #A70293

Text Example


Text Example

White with #A70293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70293; }

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

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

background-color css

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

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

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

border-color css

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

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

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