#AB96AF

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

Shades of London Hue #AB96AF

Tints of London Hue #AB96AF

Color information

#AB96AF (or 0xAB96AF) is unknown color: approx London Hue. HEX triplet: AB, 96 and AF. RGB value is (171,150,175). Sum of RGB (Red+Green+Blue) = 171+150+175=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB96AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB96AF is #546950. Grayscale: #9F9F9F. Windows color (decimal): -5531985 or 11507371. OLE color: 11507371.

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

Color convert

RGB171150175-
CMYK0.020.1400.31
HSL290.4º13.51%63.73%-
HSV(B)290.4º14.29%68.63%-
XYZ35.4433.5745.17-
YUV159.13136.96136.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.48%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 175 (68.75% from 255) = 35.28%
R=34.48%
G=30.24%
B=35.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711501750.020.1400.31290.413.5163.73
HexAB96AF2E01F122e40
Octal25322625721603744216100
Binary10101011100101101010111110111001111110010001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB96AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB96AF; }

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

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

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

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

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

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

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

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