#A70490

Color #A70490 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A70490

Tints of Dark Magenta #A70490

Color information

#A70490 (or 0xA70490) is unknown color: approx Dark Magenta. HEX triplet: A7, 04 and 90. RGB value is (167,4,144). Sum of RGB (Red+Green+Blue) = 167+4+144=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A70490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70490 is #58FB6F. Grayscale: #444444. Windows color (decimal): -5831536 or 9438375. OLE color: 9438375.

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

Color convert

RGB1674144-
CMYK00.980.140.35
HSL308.47º95.32%33.53%-
HSV(B)308.47º97.6%65.49%-
XYZ21.0110.3227.27-
YUV68.7170.5198.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 53.02%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=53.02%
G=1.27%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167414400.980.140.35308.4795.3233.53
HexA7490062E231345f22
Octal24742200142164346413742
Binary10100111100100100000110001011101000111001101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70490; }

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

 H1.HeaderClassName
 {
   color: #A70490;
 }
 .AnyTagClassName
 {
   color: #A70490;
 }
</style>
background-color css

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

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

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

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

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

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