#AD8CAF

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

Shades of London Hue #AD8CAF

Tints of London Hue #AD8CAF

Color information

#AD8CAF (or 0xAD8CAF) is unknown color: approx London Hue. HEX triplet: AD, 8C and AF. RGB value is (173,140,175). Sum of RGB (Red+Green+Blue) = 173+140+175=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD8CAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8CAF is #527350. Grayscale: #999999. Windows color (decimal): -5403473 or 11504813. OLE color: 11504813.

HSL color Cylindrical-coordinate representation of color #AD8CAF: hue angle of 296.57º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AD8CAF is Cyan = 0.01, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173140175-
CMYK0.010.200.31
HSL296.57º17.95%61.76%-
HSV(B)296.57º20%68.63%-
XYZ34.3530.7444.68-
YUV153.86139.93141.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 140 (55.08% from 255) = 28.69%
BLUE value IS 175 (68.75% from 255) = 35.86%
R=35.45%
G=28.69%
B=35.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731401750.010.200.31296.5717.9561.76
HexAD8CAF11401F129123e
Octal2552142571240374512276
Binary10101101100011001010111111010001111110010100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8CAF; }

 p { color: rgb(173,140,175); }

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

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

 a { background-color: rgb(173,140,175); }

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

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

 span { border-color: rgb(173,140,175); }

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