#AD7AA8

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

Shades of London Hue #AD7AA8

Tints of London Hue #AD7AA8

Color information

#AD7AA8 (or 0xAD7AA8) is unknown color: approx London Hue. HEX triplet: AD, 7A and A8. RGB value is (173,122,168). Sum of RGB (Red+Green+Blue) = 173+122+168=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7AA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AA8 is #528557. Grayscale: #8E8E8E. Windows color (decimal): -5408088 or 11041453. OLE color: 11041453.

HSL color Cylindrical-coordinate representation of color #AD7AA8: hue angle of 305.88º 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 #AD7AA8 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB173122168-
CMYK00.290.030.32
HSL305.88º23.72%57.84%-
HSV(B)305.88º29.48%67.84%-
XYZ31.2625.6340.35-
YUV142.49142.4149.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=37.37%
G=26.35%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312216800.290.030.32305.8823.7257.84
HexAD7AA801D320132183a
Octal2551722500353404623072
Binary101011011111010101010000111011110000010011001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AA8; }

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

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

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

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

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

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

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

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