#AD7FAF

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

Shades of London Hue #AD7FAF

Tints of London Hue #AD7FAF

Color information

#AD7FAF (or 0xAD7FAF) is unknown color: approx London Hue. HEX triplet: AD, 7F and AF. RGB value is (173,127,175). Sum of RGB (Red+Green+Blue) = 173+127+175=475 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.42% from 475); Green value is 127 (50% from 255 or 26.74% from 475); Blue value is 175 (68.75% from 255 or 36.84% from 475); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FAF is #528050. Grayscale: #929292. Windows color (decimal): -5406801 or 11501485. OLE color: 11501485.

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

Color convert

RGB173127175-
CMYK0.010.2700.31
HSL297.5º23.08%59.22%-
HSV(B)297.5º27.43%68.63%-
XYZ32.5627.1644.08-
YUV146.23144.24147.1-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.42%
GREEN value IS 127 (50% from 255) = 26.74%
BLUE value IS 175 (68.75% from 255) = 36.84%
R=36.42%
G=26.74%
B=36.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731271750.010.2700.31297.523.0859.22
HexAD7FAF11B01F12a173b
Octal2551772571330374522773
Binary1010110111111111010111111101101111110010101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7FAF; }

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

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

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

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

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

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

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

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