#AD84AF

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

Shades of London Hue #AD84AF

Tints of London Hue #AD84AF

Color information

#AD84AF (or 0xAD84AF) is unknown color: approx London Hue. HEX triplet: AD, 84 and AF. RGB value is (173,132,175). Sum of RGB (Red+Green+Blue) = 173+132+175=480 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.04% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD84AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD84AF is #527B50. Grayscale: #959595. Windows color (decimal): -5405521 or 11502765. OLE color: 11502765.

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

Color convert

RGB173132175-
CMYK0.010.2500.31
HSL297.21º21.18%60.2%-
HSV(B)297.21º24.57%68.63%-
XYZ33.2228.4844.3-
YUV149.16142.58145-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.04%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 175 (68.75% from 255) = 36.46%
R=36.04%
G=27.5%
B=36.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731321750.010.2500.31297.2121.1860.2
HexAD84AF11901F129153c
Octal2552042571310374512574
Binary10101101100001001010111111100101111110010100110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD84AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD84AF; }

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

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

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

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

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

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

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

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