#AD8DAD

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

Shades of London Hue #AD8DAD

Tints of London Hue #AD8DAD

Color information

#AD8DAD (or 0xAD8DAD) is unknown color: approx London Hue. HEX triplet: AD, 8D and AD. RGB value is (173,141,173). Sum of RGB (Red+Green+Blue) = 173+141+173=487 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.52% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD8DAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8DAD is #527252. Grayscale: #9A9A9A. Windows color (decimal): -5403219 or 11373997. OLE color: 11373997.

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

Color convert

RGB173141173-
CMYK00.1800.32
HSL300º16.33%61.57%-
HSV(B)300º18.5%67.84%-
XYZ34.330.9543.7-
YUV154.22138.6141.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.52%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=35.52%
G=28.95%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314117300.1800.3230016.3361.57
HexAD8DAD01202012c103e
Octal2552152550220404542076
Binary101011011000110110101101010010010000010010110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8DAD; }

 p { color: rgb(173,141,173); }

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

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

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

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

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

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

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