#AD7EAD

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

Shades of London Hue #AD7EAD

Tints of London Hue #AD7EAD

Color information

#AD7EAD (or 0xAD7EAD) is unknown color: approx London Hue. HEX triplet: AD, 7E and AD. RGB value is (173,126,173). Sum of RGB (Red+Green+Blue) = 173+126+173=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD7EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7EAD is #528152. Grayscale: #919191. Windows color (decimal): -5407059 or 11370157. OLE color: 11370157.

HSL color Cylindrical-coordinate representation of color #AD7EAD: hue angle of 300º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD7EAD is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB173126173-
CMYK00.2700.32
HSL300º22.27%58.63%-
HSV(B)300º27.17%67.84%-
XYZ32.2426.8243.01-
YUV145.41143.57147.68-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=36.65%
G=26.69%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312617300.2700.3230022.2758.63
HexAD7EAD01B02012c163b
Octal2551762550330404542673
Binary10101101111111010101101011011010000010010110010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7EAD; }

 p { color: rgb(173,126,173); }

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

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

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

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

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

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

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