#AB8FAE

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

Shades of London Hue #AB8FAE

Tints of London Hue #AB8FAE

Color information

#AB8FAE (or 0xAB8FAE) is unknown color: approx London Hue. HEX triplet: AB, 8F and AE. RGB value is (171,143,174). Sum of RGB (Red+Green+Blue) = 171+143+174=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB8FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8FAE is #547051. Grayscale: #9A9A9A. Windows color (decimal): -5533778 or 11440043. OLE color: 11440043.

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

Color convert

RGB171143174-
CMYK0.020.1800.32
HSL294.19º16.06%62.16%-
HSV(B)294.19º17.82%68.24%-
XYZ34.2631.3644.29-
YUV154.91138.78139.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 174 (68.36% from 255) = 35.66%
R=35.04%
G=29.30%
B=35.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711431740.020.1800.32294.1916.0662.16
HexAB8FAE212020126103e
Octal2532172562220404462076
Binary1010101110001111101011101010010010000010010011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8FAE; }

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

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

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

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

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

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

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

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