#A87DAC

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

Shades of London Hue #A87DAC

Tints of London Hue #A87DAC

Color information

#A87DAC (or 0xA87DAC) is unknown color: approx London Hue. HEX triplet: A8, 7D and AC. RGB value is (168,125,172). Sum of RGB (Red+Green+Blue) = 168+125+172=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #A87DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87DAC is #578253. Grayscale: #8F8F8F. Windows color (decimal): -5734996 or 11304360. OLE color: 11304360.

HSL color Cylindrical-coordinate representation of color #A87DAC: hue angle of 294.89º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A87DAC is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168125172-
CMYK0.020.2700.33
HSL294.89º22.07%58.24%-
HSV(B)294.89º27.33%67.45%-
XYZ30.9325.9742.41-
YUV143.22144.25145.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=36.13%
G=26.88%
B=36.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681251720.020.2700.33294.8922.0758.24
HexA87DAC21B021127163a
Octal2501752542330414472672
Binary101010001111101101011001011011010000110010011110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87DAC; }

 p { color: rgb(168,125,172); }

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

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

 a { background-color: rgb(168,125,172); }

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

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

 span { border-color: rgb(168,125,172); }

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