#A981AA

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

Shades of London Hue #A981AA

Tints of London Hue #A981AA

Color information

#A981AA (or 0xA981AA) is unknown color: approx London Hue. HEX triplet: A9, 81 and AA. RGB value is (169,129,170). Sum of RGB (Red+Green+Blue) = 169+129+170=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 129 (50.78% from 255 or 27.56% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #A981AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A981AA is #567E55. Grayscale: #919191. Windows color (decimal): -5668438 or 11174313. OLE color: 11174313.

HSL color Cylindrical-coordinate representation of color #A981AA: hue angle of 298.54º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A981AA is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB169129170-
CMYK0.010.2400.33
HSL298.54º19.43%58.63%-
HSV(B)298.54º24.12%66.67%-
XYZ31.4727.0441.59-
YUV145.63141.75144.67-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.11%
GREEN value IS 129 (50.78% from 255) = 27.56%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=36.11%
G=27.56%
B=36.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691291700.010.2400.33298.5419.4358.63
HexA981AA11802112b133b
Octal2512012521300414532373
Binary101010011000000110101010111000010000110010101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A981AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A981AA; }

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

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

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

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

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

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

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

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