#A80BA3

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

Shades of Dark Magenta #A80BA3

Tints of Dark Magenta #A80BA3

Color information

#A80BA3 (or 0xA80BA3) is unknown color: approx Dark Magenta. HEX triplet: A8, 0B and A3. RGB value is (168,11,163). Sum of RGB (Red+Green+Blue) = 168+11+163=342 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.12% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 168 - color contains mainly: red. Hex color #A80BA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80BA3 is #57F45C. Grayscale: #4A4A4A. Windows color (decimal): -5764189 or 10685352. OLE color: 10685352.

HSL color Cylindrical-coordinate representation of color #A80BA3: hue angle of 301.91º 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 #A80BA3 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB16811163-
CMYK00.930.030.34
HSL301.91º87.71%35.1%-
HSV(B)301.91º93.45%65.88%-
XYZ22.8811.2135.61-
YUV75.27177.51194.14-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.12%
GREEN value IS 11 (4.69% from 255) = 3.22%
BLUE value IS 163 (64.06% from 255) = 47.66%
R=49.12%
G=3.22%
B=47.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.03
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681116300.930.030.34301.9187.7135.1
HexA8BA305D32212e5823
Octal25013243013534245613043
Binary1010100010111010001101011101111000101001011101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80BA3; }

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

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

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

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

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

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

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

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