#AB95AD

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

Shades of London Hue #AB95AD

Tints of London Hue #AB95AD

Color information

#AB95AD (or 0xAB95AD) is unknown color: approx London Hue. HEX triplet: AB, 95 and AD. RGB value is (171,149,173). Sum of RGB (Red+Green+Blue) = 171+149+173=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB95AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB95AD is #546A52. Grayscale: #9E9E9E. Windows color (decimal): -5532243 or 11376043. OLE color: 11376043.

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

Color convert

RGB171149173-
CMYK0.010.1400.32
HSL295º12.77%63.14%-
HSV(B)295º13.87%67.84%-
XYZ35.0833.1744.09-
YUV158.31136.29137.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.69%
GREEN value IS 149 (58.59% from 255) = 30.22%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=34.69%
G=30.22%
B=35.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711491730.010.1400.3229512.7763.14
HexAB95AD1E020127d3f
Octal2532252551160404471577
Binary1010101110010101101011011111001000001001001111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB95AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB95AD; }

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

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

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

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

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

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

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

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