#AD93AD

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

Shades of London Hue #AD93AD

Tints of London Hue #AD93AD

Color information

#AD93AD (or 0xAD93AD) is unknown color: approx London Hue. HEX triplet: AD, 93 and AD. RGB value is (173,147,173). Sum of RGB (Red+Green+Blue) = 173+147+173=493 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.09% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93AD is #526C52. Grayscale: #9D9D9D. Windows color (decimal): -5401683 or 11375533. OLE color: 11375533.

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

Color convert

RGB173147173-
CMYK00.1500.32
HSL300º13.68%62.75%-
HSV(B)300º15.03%67.84%-
XYZ35.2132.7744-
YUV157.74136.61138.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.09%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=35.09%
G=29.82%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314717300.1500.3230013.6862.75
HexAD93AD0F02012ce3f
Octal2552232550170404541677
Binary1010110110010011101011010111101000001001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93AD; }

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

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

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

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

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

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

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

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