#A487BC

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

Shades of East Side #A487BC

Tints of East Side #A487BC

Color information

#A487BC (or 0xA487BC) is unknown color: approx East Side. HEX triplet: A4, 87 and BC. RGB value is (164,135,188). Sum of RGB (Red+Green+Blue) = 164+135+188=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 135 (53.12% from 255 or 27.72% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A487BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A487BC is #5B7843. Grayscale: #959595. Windows color (decimal): -5994564 or 12355492. OLE color: 12355492.

HSL color Cylindrical-coordinate representation of color #A487BC: hue angle of 272.83º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A487BC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB164135188-
CMYK0.130.2800.26
HSL272.83º28.34%63.33%-
HSV(B)272.83º28.19%73.73%-
XYZ33.0528.8551.4-
YUV149.71149.61138.19-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 135 (53.12% from 255) = 27.72%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=33.68%
G=27.72%
B=38.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1641351880.130.2800.26272.8328.3463.33
HexA487BCD1C01A1111c3f
Octal24420727415340324213477
Binary10100100100001111011110011011110001101010001000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487BC; }

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

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

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

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

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

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

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

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