#AD78AF

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

Shades of London Hue #AD78AF

Tints of London Hue #AD78AF

Color information

#AD78AF (or 0xAD78AF) is unknown color: approx London Hue. HEX triplet: AD, 78 and AF. RGB value is (173,120,175). Sum of RGB (Red+Green+Blue) = 173+120+175=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD78AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD78AF is #528750. Grayscale: #8D8D8D. Windows color (decimal): -5408593 or 11499693. OLE color: 11499693.

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

Color convert

RGB173120175-
CMYK0.010.3100.31
HSL297.82º25.58%57.84%-
HSV(B)297.82º31.43%68.63%-
XYZ31.6925.4143.79-
YUV142.12146.56150.03-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.97%
GREEN value IS 120 (47.27% from 255) = 25.64%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=36.97%
G=25.64%
B=37.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731201750.010.3100.31297.8225.5857.84
HexAD78AF11F01F12a1a3a
Octal2551702571370374523272
Binary1010110111110001010111111111101111110010101011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD78AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD78AF; }

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

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

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

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

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

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

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

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