#AD8BAD

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

Shades of London Hue #AD8BAD

Tints of London Hue #AD8BAD

Color information

#AD8BAD (or 0xAD8BAD) is unknown color: approx London Hue. HEX triplet: AD, 8B and AD. RGB value is (173,139,173). Sum of RGB (Red+Green+Blue) = 173+139+173=485 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.67% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD8BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8BAD is #527452. Grayscale: #989898. Windows color (decimal): -5403731 or 11373485. OLE color: 11373485.

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

Color convert

RGB173139173-
CMYK00.2000.32
HSL300º17.17%61.18%-
HSV(B)300º19.65%67.84%-
XYZ34.0130.3743.6-
YUV153.04139.26142.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 35.67%
GREEN value IS 139 (54.69% from 255) = 28.66%
BLUE value IS 173 (67.97% from 255) = 35.67%
R=35.67%
G=28.66%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17313917300.2000.3230017.1761.18
HexAD8BAD01402012c113d
Octal2552132550240404542175
Binary101011011000101110101101010100010000010010110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD8BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD8BAD; }

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

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

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

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

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

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

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

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