#A80B9E

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

Shades of Dark Magenta #A80B9E

Tints of Dark Magenta #A80B9E

Color information

#A80B9E (or 0xA80B9E) is unknown color: approx Dark Magenta. HEX triplet: A8, 0B and 9E. RGB value is (168,11,158). Sum of RGB (Red+Green+Blue) = 168+11+158=337 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.85% from 337); Green value is 11 (4.69% from 255 or 3.26% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B9E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80B9E is #57F461. Grayscale: #4A4A4A. Windows color (decimal): -5764194 or 10357672. OLE color: 10357672.

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

Color convert

RGB16811158-
CMYK00.930.060.34
HSL303.82º87.71%35.1%-
HSV(B)303.82º93.45%65.88%-
XYZ22.4411.0333.29-
YUV74.7175.01194.55-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 49.85%
GREEN value IS 11 (4.69% from 255) = 3.26%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=49.85%
G=3.26%
B=46.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681115800.930.060.34303.8287.7135.1
HexA8B9E05D6221305823
Octal25013236013564246013043
Binary10101000101110011110010111011101000101001100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B9E; }

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

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

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

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

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

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

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

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