#AB85AF

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

Shades of London Hue #AB85AF

Tints of London Hue #AB85AF

Color information

#AB85AF (or 0xAB85AF) is unknown color: approx London Hue. HEX triplet: AB, 85 and AF. RGB value is (171,133,175). Sum of RGB (Red+Green+Blue) = 171+133+175=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB85AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB85AF is #547A50. Grayscale: #959595. Windows color (decimal): -5536337 or 11503019. OLE color: 11503019.

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

Color convert

RGB171133175-
CMYK0.020.2400.31
HSL294.29º20.79%60.39%-
HSV(B)294.29º24%68.63%-
XYZ32.9228.5344.33-
YUV149.15142.59143.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=35.70%
G=27.77%
B=36.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711331750.020.2400.31294.2920.7960.39
HexAB85AF21801F126153c
Octal2532052572300374462574
Binary101010111000010110101111101100001111110010011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85AF; }

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

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

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

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

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

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

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

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