#AD7FAC

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

Shades of London Hue #AD7FAC

Tints of London Hue #AD7FAC

Color information

#AD7FAC (or 0xAD7FAC) is unknown color: approx London Hue. HEX triplet: AD, 7F and AC. RGB value is (173,127,172). Sum of RGB (Red+Green+Blue) = 173+127+172=472 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.65% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7FAC is #528053. Grayscale: #919191. Windows color (decimal): -5406804 or 11304877. OLE color: 11304877.

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

Color convert

RGB173127172-
CMYK00.270.010.32
HSL301.3º21.9%58.82%-
HSV(B)301.3º26.59%67.84%-
XYZ32.2727.0442.55-
YUV145.88142.74147.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.65%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=36.65%
G=26.91%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312717200.270.010.32301.321.958.82
HexAD7FAC01B12012d163b
Octal2551772540331404552673
Binary10101101111111110101100011011110000010010110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7FAC; }

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

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

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

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

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

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

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

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