#AB94AE

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

Shades of London Hue #AB94AE

Tints of London Hue #AB94AE

Color information

#AB94AE (or 0xAB94AE) is unknown color: approx London Hue. HEX triplet: AB, 94 and AE. RGB value is (171,148,174). Sum of RGB (Red+Green+Blue) = 171+148+174=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB94AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB94AE is #546B51. Grayscale: #9D9D9D. Windows color (decimal): -5532498 or 11441323. OLE color: 11441323.

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

Color convert

RGB171148174-
CMYK0.020.1500.32
HSL293.08º13.83%63.14%-
HSV(B)293.08º14.94%68.24%-
XYZ35.0232.8944.55-
YUV157.84137.12137.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=34.69%
G=30.02%
B=35.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711481740.020.1500.32293.0813.8363.14
HexAB94AE2F020125e3f
Octal2532242562170404451677
Binary10101011100101001010111010111101000001001001011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB94AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB94AE; }

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

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

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

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

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

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

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

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