#AB85AE

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

Shades of London Hue #AB85AE

Tints of London Hue #AB85AE

Color information

#AB85AE (or 0xAB85AE) is unknown color: approx London Hue. HEX triplet: AB, 85 and AE. RGB value is (171,133,174). Sum of RGB (Red+Green+Blue) = 171+133+174=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB85AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB85AE is #547A51. Grayscale: #949494. Windows color (decimal): -5536338 or 11437483. OLE color: 11437483.

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

Color convert

RGB171133174-
CMYK0.020.2400.32
HSL295.61º20.2%60.2%-
HSV(B)295.61º23.56%68.24%-
XYZ32.8228.4943.81-
YUV149.04142.09143.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 174 (68.36% from 255) = 36.40%
R=35.77%
G=27.82%
B=36.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711331740.020.2400.32295.6120.260.2
HexAB85AE218020128143c
Octal2532052562300404502474
Binary1010101110000101101011101011000010000010010100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB85AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB85AE; }

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

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

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

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

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

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

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

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