#AB96AE

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

Shades of London Hue #AB96AE

Tints of London Hue #AB96AE

Color information

#AB96AE (or 0xAB96AE) is unknown color: approx London Hue. HEX triplet: AB, 96 and AE. RGB value is (171,150,174). Sum of RGB (Red+Green+Blue) = 171+150+174=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB96AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96AE is #546951. Grayscale: #9E9E9E. Windows color (decimal): -5531986 or 11441835. OLE color: 11441835.

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

Color convert

RGB171150174-
CMYK0.020.1400.32
HSL292.5º12.9%63.53%-
HSV(B)292.5º13.79%68.24%-
XYZ35.3433.5344.65-
YUV159.02136.46136.55-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=34.55%
G=30.30%
B=35.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711501740.020.1400.32292.512.963.53
HexAB96AE2E020124d40
Octal25322625621604044415100
Binary101010111001011010101110101110010000010010010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96AE; }

 p { color: rgb(171,150,174); }

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

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

 a { background-color: rgb(171,150,174); }

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

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

 span { border-color: rgb(171,150,174); }

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