#AD7AAD

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

Shades of London Hue #AD7AAD

Tints of London Hue #AD7AAD

Color information

#AD7AAD (or 0xAD7AAD) is unknown color: approx London Hue. HEX triplet: AD, 7A and AD. RGB value is (173,122,173). Sum of RGB (Red+Green+Blue) = 173+122+173=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD7AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7AAD is #528552. Grayscale: #8E8E8E. Windows color (decimal): -5408083 or 11369133. OLE color: 11369133.

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

Color convert

RGB173122173-
CMYK00.2900.32
HSL300º23.72%57.84%-
HSV(B)300º29.48%67.84%-
XYZ31.7425.8242.85-
YUV143.06144.9149.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=36.97%
G=26.07%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312217300.2900.3230023.7257.84
HexAD7AAD01D02012c183a
Octal2551722550350404543072
Binary10101101111101010101101011101010000010010110011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7AAD; }

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

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

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

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

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

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

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

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