#A487BE

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

Shades of East Side #A487BE

Tints of East Side #A487BE

Color information

#A487BE (or 0xA487BE) is unknown color: approx East Side. HEX triplet: A4, 87 and BE. RGB value is (164,135,190). Sum of RGB (Red+Green+Blue) = 164+135+190=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 135 (53.12% from 255 or 27.61% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A487BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487BE is #5B7841. Grayscale: #959595. Windows color (decimal): -5994562 or 12486564. OLE color: 12486564.

HSL color Cylindrical-coordinate representation of color #A487BE: hue angle of 271.64º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A487BE is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164135190-
CMYK0.140.2900.25
HSL271.64º29.73%63.73%-
HSV(B)271.64º28.95%74.51%-
XYZ33.2728.9452.55-
YUV149.94150.61138.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 135 (53.12% from 255) = 27.61%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=33.54%
G=27.61%
B=38.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641351900.140.2900.25271.6429.7363.73
HexA487BEE1D0191101e40
Octal244207276163503142036100
Binary101001001000011110111110111011101011001100010000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487BE; }

 p { color: rgb(164,135,190); }

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

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

 a { background-color: rgb(164,135,190); }

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

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

 span { border-color: rgb(164,135,190); }

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