#AD9EAD

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

Shades of London Hue #AD9EAD

Tints of London Hue #AD9EAD

Color information

#AD9EAD (or 0xAD9EAD) is unknown color: approx London Hue. HEX triplet: AD, 9E and AD. RGB value is (173,158,173). Sum of RGB (Red+Green+Blue) = 173+158+173=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD9EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9EAD is #526152. Grayscale: #A4A4A4. Windows color (decimal): -5398867 or 11378349. OLE color: 11378349.

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

Color convert

RGB173158173-
CMYK00.0900.32
HSL300º8.38%64.9%-
HSV(B)300º8.67%67.84%-
XYZ3736.3644.6-
YUV164.2132.97134.28-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.33%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 173 (67.97% from 255) = 34.33%
R=34.33%
G=31.35%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315817300.0900.323008.3864.9
HexAD9EAD0902012c841
Octal25523625501104045410101
Binary10101101100111101010110101001010000010010110010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9EAD; }

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

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

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

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

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

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

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

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