#A981AE

Color #A981AE London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #A981AE

Tints of London Hue #A981AE

Color information

#A981AE (or 0xA981AE) is unknown color: approx London Hue. HEX triplet: A9, 81 and AE. RGB value is (169,129,174). Sum of RGB (Red+Green+Blue) = 169+129+174=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #A981AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A981AE is #567E51. Grayscale: #919191. Windows color (decimal): -5668434 or 11436457. OLE color: 11436457.

HSL color Cylindrical-coordinate representation of color #A981AE: hue angle of 293.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A981AE is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB169129174-
CMYK0.030.2600.32
HSL293.33º21.74%59.41%-
HSV(B)293.33º25.86%68.24%-
XYZ31.8527.1943.61-
YUV146.09143.75144.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 129 (50.78% from 255) = 27.33%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=35.81%
G=27.33%
B=36.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1691291740.030.2600.32293.3321.7459.41
HexA981AE31A020125163b
Octal2512012563320404452673
Binary1010100110000001101011101111010010000010010010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981AE; }

 p { color: rgb(169,129,174); }

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

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

 a { background-color: rgb(169,129,174); }

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

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

 span { border-color: rgb(169,129,174); }

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