#A87AAD

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

Shades of London Hue #A87AAD

Tints of London Hue #A87AAD

Color information

#A87AAD (or 0xA87AAD) is unknown color: approx London Hue. HEX triplet: A8, 7A and AD. RGB value is (168,122,173). Sum of RGB (Red+Green+Blue) = 168+122+173=463 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.29% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #A87AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A87AAD is #578552. Grayscale: #8D8D8D. Windows color (decimal): -5735763 or 11369128. OLE color: 11369128.

HSL color Cylindrical-coordinate representation of color #A87AAD: hue angle of 294.12º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A87AAD is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB168122173-
CMYK0.030.2900.32
HSL294.12º23.72%57.84%-
HSV(B)294.12º29.48%67.84%-
XYZ30.6525.2642.8-
YUV141.57145.74146.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.29%
GREEN value IS 122 (48.05% from 255) = 26.35%
BLUE value IS 173 (67.97% from 255) = 37.37%
R=36.29%
G=26.35%
B=37.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681221730.030.2900.32294.1223.7257.84
HexA87AAD31D020126183a
Octal2501722553350404463072
Binary101010001111010101011011111101010000010010011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A87AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A87AAD; }

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

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

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

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

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

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

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

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