#AD8FAB

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

Shades of London Hue #AD8FAB

Tints of London Hue #AD8FAB

Color information

#AD8FAB (or 0xAD8FAB) is unknown color: approx London Hue. HEX triplet: AD, 8F and AB. RGB value is (173,143,171). Sum of RGB (Red+Green+Blue) = 173+143+171=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FAB is #527054. Grayscale: #9B9B9B. Windows color (decimal): -5402709 or 11243437. OLE color: 11243437.

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

Color convert

RGB173143171-
CMYK00.170.010.32
HSL304º15.46%61.96%-
HSV(B)304º17.34%67.84%-
XYZ34.4131.4742.79-
YUV155.16136.94140.72-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=35.52%
G=29.36%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314317100.170.010.3230415.4661.96
HexAD8FAB011120130f3e
Octal2552172530211404601776
Binary10101101100011111010101101000111000001001100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FAB; }

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

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

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

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

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

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

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

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