#AD7CAA

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

Shades of London Hue #AD7CAA

Tints of London Hue #AD7CAA

Color information

#AD7CAA (or 0xAD7CAA) is unknown color: approx London Hue. HEX triplet: AD, 7C and AA. RGB value is (173,124,170). Sum of RGB (Red+Green+Blue) = 173+124+170=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CAA is #528355. Grayscale: #8F8F8F. Windows color (decimal): -5407574 or 11173037. OLE color: 11173037.

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

Color convert

RGB173124170-
CMYK00.280.020.32
HSL303.67º23%58.24%-
HSV(B)303.67º28.32%67.84%-
XYZ31.726.241.42-
YUV143.89142.73148.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.04%
GREEN value IS 124 (48.83% from 255) = 26.55%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=37.04%
G=26.55%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312417000.280.020.32303.672358.24
HexAD7CAA01C220130173a
Octal2551742520342404602772
Binary101011011111100101010100111001010000010011000010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CAA; }

 p { color: rgb(173,124,170); }

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

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

 a { background-color: rgb(173,124,170); }

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

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

 span { border-color: rgb(173,124,170); }

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