#AD9AAD

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

Shades of London Hue #AD9AAD

Tints of London Hue #AD9AAD

Color information

#AD9AAD (or 0xAD9AAD) is unknown color: approx London Hue. HEX triplet: AD, 9A and AD. RGB value is (173,154,173). Sum of RGB (Red+Green+Blue) = 173+154+173=500 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.6% from 500); Green value is 154 (60.55% from 255 or 30.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD9AAD is #526552. Grayscale: #A1A1A1. Windows color (decimal): -5399891 or 11377325. OLE color: 11377325.

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

Color convert

RGB173154173-
CMYK00.1100.32
HSL300º10.38%64.12%-
HSV(B)300º10.98%67.84%-
XYZ36.3335.0144.38-
YUV161.85134.29135.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.6%
GREEN value IS 154 (60.55% from 255) = 30.8%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=34.6%
G=30.8%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315417300.1100.3230010.3864.12
HexAD9AAD0B02012ca40
Octal25523225501304045412100
Binary10101101100110101010110101011010000010010110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD9AAD; }

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

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

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

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

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

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

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

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