#AD92AD

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

Shades of London Hue #AD92AD

Tints of London Hue #AD92AD

Color information

#AD92AD (or 0xAD92AD) is unknown color: approx London Hue. HEX triplet: AD, 92 and AD. RGB value is (173,146,173). Sum of RGB (Red+Green+Blue) = 173+146+173=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD92AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD92AD is #526D52. Grayscale: #9D9D9D. Windows color (decimal): -5401939 or 11375277. OLE color: 11375277.

HSL color Cylindrical-coordinate representation of color #AD92AD: 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.16%. Process color model (Four color, CMYK) of #AD92AD is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173146173-
CMYK00.1600.32
HSL300º14.14%62.55%-
HSV(B)300º15.61%67.84%-
XYZ35.0632.4643.95-
YUV157.15136.95139.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.16%
GREEN value IS 146 (57.42% from 255) = 29.67%
BLUE value IS 173 (67.97% from 255) = 35.16%
R=35.16%
G=29.67%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314617300.1600.3230014.1462.55
HexAD92AD01002012ce3f
Octal2552222550200404541677
Binary10101101100100101010110101000001000001001011001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD92AD; }

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

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

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

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

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

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

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

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