#AD7DAD

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

Shades of London Hue #AD7DAD

Tints of London Hue #AD7DAD

Color information

#AD7DAD (or 0xAD7DAD) is unknown color: approx London Hue. HEX triplet: AD, 7D and AD. RGB value is (173,125,173). Sum of RGB (Red+Green+Blue) = 173+125+173=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DAD is #528252. Grayscale: #909090. Windows color (decimal): -5407315 or 11369901. OLE color: 11369901.

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

Color convert

RGB173125173-
CMYK00.2800.32
HSL300º22.64%58.43%-
HSV(B)300º27.75%67.84%-
XYZ32.1126.5742.97-
YUV144.82143.9148.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.73%
GREEN value IS 125 (49.22% from 255) = 26.54%
BLUE value IS 173 (67.97% from 255) = 36.73%
R=36.73%
G=26.54%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312517300.2800.3230022.6458.43
HexAD7DAD01C02012c173a
Octal2551752550340404542772
Binary10101101111110110101101011100010000010010110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DAD; }

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

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

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

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

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

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

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

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