#A81AAB

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

Shades of Dark Magenta #A81AAB

Tints of Dark Magenta #A81AAB

Color information

#A81AAB (or 0xA81AAB) is unknown color: approx Dark Magenta. HEX triplet: A8, 1A and AB. RGB value is (168,26,171). Sum of RGB (Red+Green+Blue) = 168+26+171=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #A81AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81AAB is #57E554. Grayscale: #545454. Windows color (decimal): -5760341 or 11213480. OLE color: 11213480.

HSL color Cylindrical-coordinate representation of color #A81AAB: hue angle of 298.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81AAB is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16826171-
CMYK0.020.8500.33
HSL298.76º73.6%38.63%-
HSV(B)298.76º84.8%67.06%-
XYZ23.871239.59-
YUV84.99176.54187.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.03%
GREEN value IS 26 (10.55% from 255) = 7.12%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=46.03%
G=7.12%
B=46.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168261710.020.8500.33298.7673.638.63
HexA81AAB25502112b4a27
Octal25032253212504145311247
Binary10101000110101010101110101010101000011001010111001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81AAB; }

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

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

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

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

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

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

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

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