#A70498

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

Shades of Dark Magenta #A70498

Tints of Dark Magenta #A70498

Color information

#A70498 (or 0xA70498) is unknown color: approx Dark Magenta. HEX triplet: A7, 04 and 98. RGB value is (167,4,152). Sum of RGB (Red+Green+Blue) = 167+4+152=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 4 (1.95% from 255 or 1.24% from 323); Blue value is 152 (59.77% from 255 or 47.06% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A70498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A70498 is #58FB67. Grayscale: #454545. Windows color (decimal): -5831528 or 9962663. OLE color: 9962663.

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

Color convert

RGB1674152-
CMYK00.980.090.35
HSL305.52º95.32%33.53%-
HSV(B)305.52º97.6%65.49%-
XYZ21.6510.5730.6-
YUV69.61174.5197.47-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.70%
GREEN value IS 4 (1.95% from 255) = 1.24%
BLUE value IS 152 (59.77% from 255) = 47.06%
R=51.70%
G=1.24%
B=47.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167415200.980.090.35305.5295.3233.53
HexA74980629231325f22
Octal24742300142114346213742
Binary10100111100100110000110001010011000111001100101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70498; }

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

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

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

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

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

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

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

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