#AD90AD

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

Shades of London Hue #AD90AD

Tints of London Hue #AD90AD

Color information

#AD90AD (or 0xAD90AD) is unknown color: approx London Hue. HEX triplet: AD, 90 and AD. RGB value is (173,144,173). Sum of RGB (Red+Green+Blue) = 173+144+173=490 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.31% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 173 (67.97% from 255 or 35.31% from 490); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD90AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD90AD is #526F52. Grayscale: #9B9B9B. Windows color (decimal): -5402451 or 11374765. OLE color: 11374765.

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

Color convert

RGB173144173-
CMYK00.1700.32
HSL300º15.03%62.16%-
HSV(B)300º16.76%67.84%-
XYZ34.7531.8543.85-
YUV155.98137.61140.14-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.31%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 173 (67.97% from 255) = 35.31%
R=35.31%
G=29.39%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17314417300.1700.3230015.0362.16
HexAD90AD01102012cf3e
Octal2552202550210404541776
Binary10101101100100001010110101000101000001001011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD90AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD90AD; }

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

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

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

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

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

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

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

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