#A87FAD

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

Shades of London Hue #A87FAD

Tints of London Hue #A87FAD

Color information

#A87FAD (or 0xA87FAD) is unknown color: approx London Hue. HEX triplet: A8, 7F and AD. RGB value is (168,127,173). Sum of RGB (Red+Green+Blue) = 168+127+173=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #A87FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FAD is #578052. Grayscale: #909090. Windows color (decimal): -5734483 or 11370408. OLE color: 11370408.

HSL color Cylindrical-coordinate representation of color #A87FAD: hue angle of 293.48º 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 #A87FAD is Cyan = 0.03, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168127173-
CMYK0.030.2700.32
HSL293.48º21.9%58.82%-
HSV(B)293.48º26.59%67.84%-
XYZ31.2826.5243.01-
YUV144.5144.08144.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 173 (67.97% from 255) = 36.97%
R=35.90%
G=27.14%
B=36.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681271730.030.2700.32293.4821.958.82
HexA87FAD31B020125163b
Octal2501772553330404452673
Binary101010001111111101011011111011010000010010010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FAD; }

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

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

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

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

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

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

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

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