#A80BA0

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

Shades of Dark Magenta #A80BA0

Tints of Dark Magenta #A80BA0

Color information

#A80BA0 (or 0xA80BA0) is unknown color: approx Dark Magenta. HEX triplet: A8, 0B and A0. RGB value is (168,11,160). Sum of RGB (Red+Green+Blue) = 168+11+160=339 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.56% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 160 (62.89% from 255 or 47.20% from 339); Max value from RGB is 168 - color contains mainly: red. Hex color #A80BA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80BA0 is #57F45F. Grayscale: #4A4A4A. Windows color (decimal): -5764192 or 10488744. OLE color: 10488744.

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

Color convert

RGB16811160-
CMYK00.930.050.34
HSL303.06º87.71%35.1%-
HSV(B)303.06º93.45%65.88%-
XYZ22.6111.134.21-
YUV74.93176.01194.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.56%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 160 (62.89% from 255) = 47.20%
R=49.56%
G=3.24%
B=47.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681116000.930.050.34303.0687.7135.1
HexA8BA005D52212f5823
Octal25013240013554245713043
Binary10101000101110100000010111011011000101001011111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80BA0; }

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

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

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

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

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

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

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

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