#A807A0

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

Shades of Dark Magenta #A807A0

Tints of Dark Magenta #A807A0

Color information

#A807A0 (or 0xA807A0) is unknown color: approx Dark Magenta. HEX triplet: A8, 07 and A0. RGB value is (168,7,160). Sum of RGB (Red+Green+Blue) = 168+7+160=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 7 (3.12% from 255 or 2.09% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A807A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A807A0 is #57F85F. Grayscale: #484848. Windows color (decimal): -5765216 or 10487720. OLE color: 10487720.

HSL color Cylindrical-coordinate representation of color #A807A0: hue angle of 302.98º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A807A0 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB1687160-
CMYK00.960.050.34
HSL302.98º92%34.31%-
HSV(B)302.98º95.83%65.88%-
XYZ22.5711.0134.19-
YUV72.58177.34196.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 7 (3.12% from 255) = 2.09%
BLUE value IS 160 (62.89% from 255) = 47.76%
R=50.15%
G=2.09%
B=47.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168716000.960.050.34302.989234.31
HexA87A006052212f5c22
Octal2507240014054245713442
Binary1010100011110100000011000001011000101001011111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A807A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A807A0; }

 p { color: rgb(168,7,160); }

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

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

 a { background-color: rgb(168,7,160); }

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

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

 span { border-color: rgb(168,7,160); }

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