#AB90AD

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

Shades of London Hue #AB90AD

Tints of London Hue #AB90AD

Color information

#AB90AD (or 0xAB90AD) is unknown color: approx London Hue. HEX triplet: AB, 90 and AD. RGB value is (171,144,173). Sum of RGB (Red+Green+Blue) = 171+144+173=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #AB90AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90AD is #546F52. Grayscale: #9B9B9B. Windows color (decimal): -5533523 or 11374763. OLE color: 11374763.

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

Color convert

RGB171144173-
CMYK0.010.1700.32
HSL295.86º15.03%62.16%-
HSV(B)295.86º16.76%67.84%-
XYZ34.3131.6243.83-
YUV155.38137.95139.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 144 (56.64% from 255) = 29.51%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=35.04%
G=29.51%
B=35.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711441730.010.1700.32295.8615.0362.16
HexAB90AD111020128f3e
Octal2532202551210404501776
Binary10101011100100001010110111000101000001001010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90AD; }

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

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

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

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

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

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

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

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