#AD8EAD

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

Shades of London Hue #AD8EAD

Tints of London Hue #AD8EAD

Color information

#AD8EAD (or 0xAD8EAD) is unknown color: approx London Hue. HEX triplet: AD, 8E and AD. RGB value is (173,142,173). Sum of RGB (Red+Green+Blue) = 173+142+173=488 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.45% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD8EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8EAD is #527152. Grayscale: #9A9A9A. Windows color (decimal): -5402963 or 11374253. OLE color: 11374253.

HSL color Cylindrical-coordinate representation of color #AD8EAD: 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 #AD8EAD is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173142173-
CMYK00.1800.32
HSL300º15.9%61.76%-
HSV(B)300º17.92%67.84%-
XYZ34.4531.2543.75-
YUV154.8138.27140.98-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.45%
GREEN value IS 142 (55.86% from 255) = 29.10%
BLUE value IS 173 (67.97% from 255) = 35.45%
R=35.45%
G=29.10%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314217300.1800.3230015.961.76
HexAD8EAD01202012c103e
Octal2552162550220404542076
Binary101011011000111010101101010010010000010010110010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8EAD; }

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

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

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

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

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

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

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

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