#A987B4

Color #A987B4 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A987B4

Tints of East Side #A987B4

Color information

#A987B4 (or 0xA987B4) is unknown color: approx East Side. HEX triplet: A9, 87 and B4. RGB value is (169,135,180). Sum of RGB (Red+Green+Blue) = 169+135+180=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #A987B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A987B4 is #56784B. Grayscale: #969696. Windows color (decimal): -5666892 or 11831209. OLE color: 11831209.

HSL color Cylindrical-coordinate representation of color #A987B4: hue angle of 285.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A987B4 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB169135180-
CMYK0.060.2500.29
HSL285.33º23.08%61.76%-
HSV(B)285.33º25%70.59%-
XYZ33.2629.0647.04-
YUV150.3144.76141.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 180 (70.70% from 255) = 37.19%
R=34.92%
G=27.89%
B=37.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1691351800.060.2500.29285.3323.0861.76
HexA987B461901D11d173e
Octal2512072646310354352776
Binary1010100110000111101101001101100101110110001110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A987B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A987B4; }

 p { color: rgb(169,135,180); }

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

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

 a { background-color: rgb(169,135,180); }

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

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

 span { border-color: rgb(169,135,180); }

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