#A87FAA

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

Shades of London Hue #A87FAA

Tints of London Hue #A87FAA

Color information

#A87FAA (or 0xA87FAA) is unknown color: approx London Hue. HEX triplet: A8, 7F and AA. RGB value is (168,127,170). Sum of RGB (Red+Green+Blue) = 168+127+170=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 170 (66.80% from 255 or 36.56% from 465); Max value from RGB is 170 - color contains mainly: blue. Hex color #A87FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87FAA is #578055. Grayscale: #909090. Windows color (decimal): -5734486 or 11173800. OLE color: 11173800.

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

Color convert

RGB168127170-
CMYK0.010.2500.33
HSL297.21º20.19%58.24%-
HSV(B)297.21º25.29%66.67%-
XYZ30.9926.4141.49-
YUV144.16142.58145-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.13%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 170 (66.80% from 255) = 36.56%
R=36.13%
G=27.31%
B=36.56%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681271700.010.2500.33297.2120.1958.24
HexA87FAA119021129143a
Octal2501772521310414512472
Binary10101000111111110101010111001010000110010100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87FAA; }

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

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

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

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

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

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

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

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