#AD7DAF

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

Shades of London Hue #AD7DAF

Tints of London Hue #AD7DAF

Color information

#AD7DAF (or 0xAD7DAF) is unknown color: approx London Hue. HEX triplet: AD, 7D and AF. RGB value is (173,125,175). Sum of RGB (Red+Green+Blue) = 173+125+175=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7DAF is #528250. Grayscale: #909090. Windows color (decimal): -5407313 or 11500973. OLE color: 11500973.

HSL color Cylindrical-coordinate representation of color #AD7DAF: hue angle of 297.6º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7DAF is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173125175-
CMYK0.010.2900.31
HSL297.6º23.81%58.82%-
HSV(B)297.6º28.57%68.63%-
XYZ32.3126.6544-
YUV145.05144.9147.93-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.58%
GREEN value IS 125 (49.22% from 255) = 26.43%
BLUE value IS 175 (68.75% from 255) = 37.00%
R=36.58%
G=26.43%
B=37.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731251750.010.2900.31297.623.8158.82
HexAD7DAF11D01F12a183b
Octal2551752571350374523073
Binary1010110111111011010111111110101111110010101011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7DAF; }

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

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

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

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

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

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

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

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