#A887AD

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

Shades of London Hue #A887AD

Tints of London Hue #A887AD

Color information

#A887AD (or 0xA887AD) is unknown color: approx London Hue. HEX triplet: A8, 87 and AD. RGB value is (168,135,173). Sum of RGB (Red+Green+Blue) = 168+135+173=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #A887AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A887AD is #577852. Grayscale: #959595. Windows color (decimal): -5732435 or 11372456. OLE color: 11372456.

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

Color convert

RGB168135173-
CMYK0.030.2200.32
HSL292.11º18.81%60.39%-
HSV(B)292.11º21.97%67.84%-
XYZ32.3628.6743.36-
YUV149.2141.43141.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 173 (67.97% from 255) = 36.34%
R=35.29%
G=28.36%
B=36.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1681351730.030.2200.32292.1118.8160.39
HexA887AD316020124133c
Octal2502072553260404442374
Binary1010100010000111101011011110110010000010010010010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A887AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A887AD; }

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

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

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

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

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

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

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

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