#AB9AAD

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

Shades of London Hue #AB9AAD

Tints of London Hue #AB9AAD

Color information

#AB9AAD (or 0xAB9AAD) is unknown color: approx London Hue. HEX triplet: AB, 9A and AD. RGB value is (171,154,173). Sum of RGB (Red+Green+Blue) = 171+154+173=498 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.34% from 498); Green value is 154 (60.55% from 255 or 30.92% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AAD is #546552. Grayscale: #A1A1A1. Windows color (decimal): -5530963 or 11377323. OLE color: 11377323.

HSL color Cylindrical-coordinate representation of color #AB9AAD: hue angle of 293.68º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9AAD is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171154173-
CMYK0.010.1100.32
HSL293.68º10.38%64.12%-
HSV(B)293.68º10.98%67.84%-
XYZ35.8934.7944.36-
YUV161.25134.63134.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.34%
GREEN value IS 154 (60.55% from 255) = 30.92%
BLUE value IS 173 (67.97% from 255) = 34.74%
R=34.34%
G=30.92%
B=34.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711541730.010.1100.32293.6810.3864.12
HexAB9AAD1B020126a40
Octal25323225511304044612100
Binary10101011100110101010110111011010000010010011010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AAD; }

 p { color: rgb(171,154,173); }

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

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

 a { background-color: rgb(171,154,173); }

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

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

 span { border-color: rgb(171,154,173); }

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