#AD8FAC

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

Shades of London Hue #AD8FAC

Tints of London Hue #AD8FAC

Color information

#AD8FAC (or 0xAD8FAC) is unknown color: approx London Hue. HEX triplet: AD, 8F and AC. RGB value is (173,143,172). Sum of RGB (Red+Green+Blue) = 173+143+172=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FAC is #527053. Grayscale: #9B9B9B. Windows color (decimal): -5402708 or 11308973. OLE color: 11308973.

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

Color convert

RGB173143172-
CMYK00.170.010.32
HSL302º15.46%61.96%-
HSV(B)302º17.34%67.84%-
XYZ34.531.5143.29-
YUV155.28137.44140.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 172 (67.58% from 255) = 35.25%
R=35.45%
G=29.30%
B=35.25%

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
Decimal17314317200.170.010.3230215.4661.96
HexAD8FAC01112012ef3e
Octal2552172540211404561776
Binary10101101100011111010110001000111000001001011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FAC; }

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

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

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

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

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

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

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

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