#A720A0

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

Shades of Dark Magenta #A720A0

Tints of Dark Magenta #A720A0

Color information

#A720A0 (or 0xA720A0) is unknown color: approx Dark Magenta. HEX triplet: A7, 20 and A0. RGB value is (167,32,160). Sum of RGB (Red+Green+Blue) = 167+32+160=359 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.52% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 160 (62.89% from 255 or 44.57% from 359); Max value from RGB is 167 - color contains mainly: red. Hex color #A720A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A720A0 is #58DF5F. Grayscale: #565656. Windows color (decimal): -5824352 or 10494119. OLE color: 10494119.

HSL color Cylindrical-coordinate representation of color #A720A0: hue angle of 303.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A720A0 is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB16732160-
CMYK00.810.040.35
HSL303.11º67.84%39.02%-
HSV(B)303.11º80.84%65.49%-
XYZ22.811.7934.33-
YUV86.96169.23185.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.52%
GREEN value IS 32 (12.89% from 255) = 8.91%
BLUE value IS 160 (62.89% from 255) = 44.57%
R=46.52%
G=8.91%
B=44.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1673216000.810.040.35303.1167.8439.02
HexA720A005142312f4427
Octal24740240012144345710447
Binary1010011110000010100000010100011001000111001011111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A720A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A720A0; }

 p { color: rgb(167,32,160); }

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

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

 a { background-color: rgb(167,32,160); }

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

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

 span { border-color: rgb(167,32,160); }

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