#AD7AAF

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

Shades of London Hue #AD7AAF

Tints of London Hue #AD7AAF

Color information

#AD7AAF (or 0xAD7AAF) is unknown color: approx London Hue. HEX triplet: AD, 7A and AF. RGB value is (173,122,175). Sum of RGB (Red+Green+Blue) = 173+122+175=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD7AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAF is #528550. Grayscale: #8F8F8F. Windows color (decimal): -5408081 or 11500205. OLE color: 11500205.

HSL color Cylindrical-coordinate representation of color #AD7AAF: hue angle of 297.74º 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 #AD7AAF is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173122175-
CMYK0.010.3000.31
HSL297.74º24.88%58.24%-
HSV(B)297.74º30.29%68.63%-
XYZ31.9325.943.87-
YUV143.29145.9149.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.81%
GREEN value IS 122 (48.05% from 255) = 25.96%
BLUE value IS 175 (68.75% from 255) = 37.23%
R=36.81%
G=25.96%
B=37.23%

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
Decimal1731221750.010.3000.31297.7424.8858.24
HexAD7AAF11E01F12a193a
Octal2551722571360374523172
Binary1010110111110101010111111111001111110010101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AAF; }

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

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

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

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

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

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

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

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