#AD7AAE

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

Shades of London Hue #AD7AAE

Tints of London Hue #AD7AAE

Color information

#AD7AAE (or 0xAD7AAE) is unknown color: approx London Hue. HEX triplet: AD, 7A and AE. RGB value is (173,122,174). Sum of RGB (Red+Green+Blue) = 173+122+174=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD7AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAE is #528551. Grayscale: #8F8F8F. Windows color (decimal): -5408082 or 11434669. OLE color: 11434669.

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

Color convert

RGB173122174-
CMYK0.010.3000.32
HSL298.85º24.3%58.04%-
HSV(B)298.85º29.89%68.24%-
XYZ31.8325.8643.36-
YUV143.18145.4149.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 174 (68.36% from 255) = 37.10%
R=36.89%
G=26.01%
B=37.10%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731221740.010.3000.32298.8524.358.04
HexAD7AAE11E02012b183a
Octal2551722561360404533072
Binary10101101111101010101110111110010000010010101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AAE; }

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

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

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

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

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

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

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

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