#A81A99

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

Shades of Dark Magenta #A81A99

Tints of Dark Magenta #A81A99

Color information

#A81A99 (or 0xA81A99) is unknown color: approx Dark Magenta. HEX triplet: A8, 1A and 99. RGB value is (168,26,153). Sum of RGB (Red+Green+Blue) = 168+26+153=347 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.41% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 168 - color contains mainly: red. Hex color #A81A99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81A99 is #57E566. Grayscale: #525252. Windows color (decimal): -5760359 or 10033832. OLE color: 10033832.

HSL color Cylindrical-coordinate representation of color #A81A99: hue angle of 306.34º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81A99 is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16826153-
CMYK00.850.090.34
HSL306.34º73.2%38.04%-
HSV(B)306.34º84.52%65.88%-
XYZ22.2711.3631.16-
YUV82.94167.54188.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.41%
GREEN value IS 26 (10.55% from 255) = 7.49%
BLUE value IS 153 (60.16% from 255) = 44.09%
R=48.41%
G=7.49%
B=44.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1682615300.850.090.34306.3473.238.04
HexA81A990559221324926
Octal250322310125114246211146
Binary1010100011010100110010101010110011000101001100101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81A99; }

 p { color: rgb(168,26,153); }

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

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

 a { background-color: rgb(168,26,153); }

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

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

 span { border-color: rgb(168,26,153); }

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