#A487BA

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

Shades of East Side #A487BA

Tints of East Side #A487BA

Color information

#A487BA (or 0xA487BA) is unknown color: approx East Side. HEX triplet: A4, 87 and BA. RGB value is (164,135,186). Sum of RGB (Red+Green+Blue) = 164+135+186=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #A487BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487BA is #5B7845. Grayscale: #959595. Windows color (decimal): -5994566 or 12224420. OLE color: 12224420.

HSL color Cylindrical-coordinate representation of color #A487BA: hue angle of 274.12º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A487BA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164135186-
CMYK0.120.2700.27
HSL274.12º26.98%62.94%-
HSV(B)274.12º27.42%72.94%-
XYZ32.8428.7750.28-
YUV149.49148.61138.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.81%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=33.81%
G=27.84%
B=38.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641351860.120.2700.27274.1226.9862.94
HexA487BAC1B01B1121b3f
Octal24420727214330334223377
Binary10100100100001111011101011001101101101110001001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487BA; }

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

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

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

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

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

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

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

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