Html Css Color HEX #A70290 Dark Magenta

📋 copy color: '#A70290'

red 167 ◦ green 2 ◦ blue 144

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

Shades of Dark Magenta #A70290

Tints of Dark Magenta #A70290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.01%

R = 53.35%
G = 0.64%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A70290 (or 0xA70290) is known color: Dark Magenta. HEX triplet: A7, 02 and 90. RGB value is (167,2,144). Sum of RGB (Red+Green+Blue) = 167+2+144=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 2 (1.17% from 255 or 0.64% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A70290 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70290 is #58FD6F. Grayscale: #434343. Windows color (decimal): -5832048 or 9437863. OLE color: 9437863.

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

Color convert

RGB 167 2 144 -
CMYK 0 0.99 0.14 0.35
HSL 308.36º 0.98% 0.33% -
HSV(B) 308.36º 0.99% 0.65% -
XYZ 20.99 10.27 27.26 -
YUV 67.52 171.16 198.95 -
System Red Green Blue C M Y K H S L
Decimal 167 2 144 0 0.99 0.14 0.35 308.36 0.98 0.33
Hex A7 2 90 0 63 E 23 134 62 21
Octal 247 2 220 0 143 16 43 464 142 41
Binary 10100111 10 10010000 0 1100011 1110 100011 100110100 1100010 100001

Color Harmonies of #A70290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70290

Black with #A70290

Text Example


Text Example

White with #A70290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A70290; }

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

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

background-color css

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

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

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

border-color css

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

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

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