#AD96AD

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

Shades of London Hue #AD96AD

Tints of London Hue #AD96AD

Color information

#AD96AD (or 0xAD96AD) is unknown color: approx London Hue. HEX triplet: AD, 96 and AD. RGB value is (173,150,173). Sum of RGB (Red+Green+Blue) = 173+150+173=496 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.88% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD96AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD96AD is #526952. Grayscale: #9F9F9F. Windows color (decimal): -5400915 or 11376301. OLE color: 11376301.

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

Color convert

RGB173150173-
CMYK00.1300.32
HSL300º12.3%63.33%-
HSV(B)300º13.29%67.84%-
XYZ35.6833.7144.16-
YUV159.5135.62137.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.88%
GREEN value IS 150 (58.98% from 255) = 30.24%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=34.88%
G=30.24%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17315017300.1300.3230012.363.33
HexAD96AD0D02012cc3f
Octal2552262550150404541477
Binary1010110110010110101011010110101000001001011001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD96AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD96AD; }

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

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

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

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

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

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

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

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