#AD7BAF

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

Shades of London Hue #AD7BAF

Tints of London Hue #AD7BAF

Color information

#AD7BAF (or 0xAD7BAF) is unknown color: approx London Hue. HEX triplet: AD, 7B and AF. RGB value is (173,123,175). Sum of RGB (Red+Green+Blue) = 173+123+175=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD7BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7BAF is #528450. Grayscale: #8F8F8F. Windows color (decimal): -5407825 or 11500461. OLE color: 11500461.

HSL color Cylindrical-coordinate representation of color #AD7BAF: hue angle of 297.69º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AD7BAF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173123175-
CMYK0.010.3000.31
HSL297.69º24.53%58.43%-
HSV(B)297.69º29.71%68.63%-
XYZ32.0526.1543.91-
YUV143.88145.56148.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 175 (68.75% from 255) = 37.15%
R=36.73%
G=26.11%
B=37.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731231750.010.3000.31297.6924.5358.43
HexAD7BAF11E01F12a193a
Octal2551732571360374523172
Binary1010110111110111010111111111001111110010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7BAF; }

 p { color: rgb(173,123,175); }

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

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

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

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

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

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

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