#AD7CAE

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

Shades of London Hue #AD7CAE

Tints of London Hue #AD7CAE

Color information

#AD7CAE (or 0xAD7CAE) is unknown color: approx London Hue. HEX triplet: AD, 7C and AE. RGB value is (173,124,174). Sum of RGB (Red+Green+Blue) = 173+124+174=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #AD7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7CAE is #528351. Grayscale: #909090. Windows color (decimal): -5407570 or 11435181. OLE color: 11435181.

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

Color convert

RGB173124174-
CMYK0.010.2900.32
HSL298.8º23.58%58.43%-
HSV(B)298.8º28.74%68.24%-
XYZ32.0826.3643.44-
YUV144.35144.73148.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 124 (48.83% from 255) = 26.33%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=36.73%
G=26.33%
B=36.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1731241740.010.2900.32298.823.5858.43
HexAD7CAE11D02012b183a
Octal2551742561350404533072
Binary10101101111110010101110111101010000010010101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7CAE; }

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

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

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

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

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

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

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

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