#A87FA8

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

Shades of London Hue #A87FA8

Tints of London Hue #A87FA8

Color information

#A87FA8 (or 0xA87FA8) is unknown color: approx London Hue. HEX triplet: A8, 7F and A8. RGB value is (168,127,168). Sum of RGB (Red+Green+Blue) = 168+127+168=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 168 - color contains mainly: red, blue. Hex color #A87FA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FA8 is #578057. Grayscale: #8F8F8F. Windows color (decimal): -5734488 or 11042728. OLE color: 11042728.

HSL color Cylindrical-coordinate representation of color #A87FA8: hue angle of 300º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A87FA8 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB168127168-
CMYK00.2400.34
HSL300º19.07%57.84%-
HSV(B)300º24.4%65.88%-
XYZ30.8126.3340.5-
YUV143.93141.58145.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=36.29%
G=27.43%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16812716800.2400.3430019.0757.84
HexA87FA801802212c133a
Octal2501772500300424542372
Binary10101000111111110101000011000010001010010110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FA8; }

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

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

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

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

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

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

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

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