#AB93AD

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

Shades of London Hue #AB93AD

Tints of London Hue #AB93AD

Color information

#AB93AD (or 0xAB93AD) is unknown color: approx London Hue. HEX triplet: AB, 93 and AD. RGB value is (171,147,173). Sum of RGB (Red+Green+Blue) = 171+147+173=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB93AD is #546C52. Grayscale: #9D9D9D. Windows color (decimal): -5532755 or 11375531. OLE color: 11375531.

HSL color Cylindrical-coordinate representation of color #AB93AD: hue angle of 295.38º 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 #AB93AD is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB171147173-
CMYK0.010.1500.32
HSL295.38º13.68%62.75%-
HSV(B)295.38º15.03%67.84%-
XYZ34.7732.5443.98-
YUV157.14136.95137.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.83%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 173 (67.97% from 255) = 35.23%
R=34.83%
G=29.94%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711471730.010.1500.32295.3813.6862.75
HexAB93AD1F020127e3f
Octal2532232551170404471677
Binary1010101110010011101011011111101000001001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93AD; }

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

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

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

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

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

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

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

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