#AD8FAF

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

Shades of London Hue #AD8FAF

Tints of London Hue #AD8FAF

Color information

#AD8FAF (or 0xAD8FAF) is unknown color: approx London Hue. HEX triplet: AD, 8F and AF. RGB value is (173,143,175). Sum of RGB (Red+Green+Blue) = 173+143+175=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD8FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8FAF is #527050. Grayscale: #9B9B9B. Windows color (decimal): -5402705 or 11505581. OLE color: 11505581.

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

Color convert

RGB173143175-
CMYK0.010.1800.31
HSL296.25º16.67%62.35%-
HSV(B)296.25º18.29%68.63%-
XYZ34.7931.6244.83-
YUV155.62138.94140.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.23%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 175 (68.75% from 255) = 35.64%
R=35.23%
G=29.12%
B=35.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731431750.010.1800.31296.2516.6762.35
HexAD8FAF11201F128113e
Octal2552172571220374502176
Binary10101101100011111010111111001001111110010100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8FAF; }

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

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

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

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

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

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

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

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