#A87BAA

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

Shades of London Hue #A87BAA

Tints of London Hue #A87BAA

Color information

#A87BAA (or 0xA87BAA) is unknown color: approx London Hue. HEX triplet: A8, 7B and AA. RGB value is (168,123,170). Sum of RGB (Red+Green+Blue) = 168+123+170=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 123 (48.44% from 255 or 26.68% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #A87BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87BAA is #578455. Grayscale: #8D8D8D. Windows color (decimal): -5735510 or 11172776. OLE color: 11172776.

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

Color convert

RGB168123170-
CMYK0.010.2800.33
HSL297.45º21.66%57.45%-
HSV(B)297.45º27.65%66.67%-
XYZ30.4925.3941.32-
YUV141.81143.91146.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 123 (48.44% from 255) = 26.68%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=36.44%
G=26.68%
B=36.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681231700.010.2800.33297.4521.6657.45
HexA87BAA11C0211291639
Octal2501732521340414512671
Binary10101000111101110101010111100010000110010100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87BAA; }

 p { color: rgb(168,123,170); }

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

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

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

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

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

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

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