#AB95AF

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

Shades of London Hue #AB95AF

Tints of London Hue #AB95AF

Color information

#AB95AF (or 0xAB95AF) is unknown color: approx London Hue. HEX triplet: AB, 95 and AF. RGB value is (171,149,175). Sum of RGB (Red+Green+Blue) = 171+149+175=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB95AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB95AF is #546A50. Grayscale: #9E9E9E. Windows color (decimal): -5532241 or 11507115. OLE color: 11507115.

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

Color convert

RGB171149175-
CMYK0.020.1500.31
HSL290.77º13.98%63.53%-
HSV(B)290.77º14.86%68.63%-
XYZ35.2833.2545.12-
YUV158.54137.29136.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 175 (68.75% from 255) = 35.35%
R=34.55%
G=30.10%
B=35.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711491750.020.1500.31290.7713.9863.53
HexAB95AF2F01F123e40
Octal25322525721703744316100
Binary10101011100101011010111110111101111110010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95AF; }

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

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

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

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

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

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

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

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