#AD7AAC

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

Shades of London Hue #AD7AAC

Tints of London Hue #AD7AAC

Color information

#AD7AAC (or 0xAD7AAC) is unknown color: approx London Hue. HEX triplet: AD, 7A and AC. RGB value is (173,122,172). Sum of RGB (Red+Green+Blue) = 173+122+172=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAC is #528553. Grayscale: #8E8E8E. Windows color (decimal): -5408084 or 11303597. OLE color: 11303597.

HSL color Cylindrical-coordinate representation of color #AD7AAC: hue angle of 301.18º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7AAC is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB173122172-
CMYK00.290.010.32
HSL301.18º23.72%57.84%-
HSV(B)301.18º29.48%67.84%-
XYZ31.6425.7842.34-
YUV142.95144.4149.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 122 (48.05% from 255) = 26.12%
BLUE value IS 172 (67.58% from 255) = 36.83%
R=37.04%
G=26.12%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312217200.290.010.32301.1823.7257.84
HexAD7AAC01D12012d183a
Octal2551722540351404553072
Binary10101101111101010101100011101110000010010110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AAC; }

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

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

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

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

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

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

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

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