#AB92AD

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

Shades of London Hue #AB92AD

Tints of London Hue #AB92AD

Color information

#AB92AD (or 0xAB92AD) is unknown color: approx London Hue. HEX triplet: AB, 92 and AD. RGB value is (171,146,173). Sum of RGB (Red+Green+Blue) = 171+146+173=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB92AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB92AD is #546D52. Grayscale: #9C9C9C. Windows color (decimal): -5533011 or 11375275. OLE color: 11375275.

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

Color convert

RGB171146173-
CMYK0.010.1600.32
HSL295.56º14.14%62.55%-
HSV(B)295.56º15.61%67.84%-
XYZ34.6232.2343.93-
YUV156.55137.28138.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=34.90%
G=29.80%
B=35.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711461730.010.1600.32295.5614.1462.55
HexAB92AD110020128e3f
Octal2532222551200404501677
Binary10101011100100101010110111000001000001001010001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB92AD; }

 p { color: rgb(171,146,173); }

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

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

 a { background-color: rgb(171,146,173); }

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

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

 span { border-color: rgb(171,146,173); }

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