#AD83AF

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

Shades of London Hue #AD83AF

Tints of London Hue #AD83AF

Color information

#AD83AF (or 0xAD83AF) is unknown color: approx London Hue. HEX triplet: AD, 83 and AF. RGB value is (173,131,175). Sum of RGB (Red+Green+Blue) = 173+131+175=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 131 (51.56% from 255 or 27.35% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD83AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD83AF is #527C50. Grayscale: #949494. Windows color (decimal): -5405777 or 11502509. OLE color: 11502509.

HSL color Cylindrical-coordinate representation of color #AD83AF: hue angle of 297.27º degrees, saturation: 0.22, 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 #AD83AF is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173131175-
CMYK0.010.2500.31
HSL297.27º21.57%60%-
HSV(B)297.27º25.14%68.63%-
XYZ33.0928.2144.26-
YUV148.57142.91145.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.12%
GREEN value IS 131 (51.56% from 255) = 27.35%
BLUE value IS 175 (68.75% from 255) = 36.53%
R=36.12%
G=27.35%
B=36.53%

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
Decimal1731311750.010.2500.31297.2721.5760
HexAD83AF11901F129163c
Octal2552032571310374512674
Binary10101101100000111010111111100101111110010100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD83AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD83AF; }

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

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

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

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

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

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

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

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