#AD93B1

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

Shades of London Hue #AD93B1

Tints of London Hue #AD93B1

Color information

#AD93B1 (or 0xAD93B1) is unknown color: approx London Hue. HEX triplet: AD, 93 and B1. RGB value is (173,147,177). Sum of RGB (Red+Green+Blue) = 173+147+177=497 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.81% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 177 (69.53% from 255 or 35.61% from 497); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD93B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD93B1 is #526C4E. Grayscale: #9E9E9E. Windows color (decimal): -5401679 or 11637677. OLE color: 11637677.

HSL color Cylindrical-coordinate representation of color #AD93B1: hue angle of 292º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AD93B1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173147177-
CMYK0.020.1700.31
HSL292º16.13%63.53%-
HSV(B)292º16.95%69.41%-
XYZ35.632.9346.07-
YUV158.19138.61138.56-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 34.81%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 177 (69.53% from 255) = 35.61%
R=34.81%
G=29.58%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731471770.020.1700.3129216.1363.53
HexAD93B121101F1241040
Octal25522326122103744420100
Binary1010110110010011101100011010001011111100100100100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD93B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD93B1; }

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

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

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

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

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

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

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

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