#A487AE

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

Shades of East Side #A487AE

Tints of East Side #A487AE

Color information

#A487AE (or 0xA487AE) is unknown color: approx East Side. HEX triplet: A4, 87 and AE. RGB value is (164,135,174). Sum of RGB (Red+Green+Blue) = 164+135+174=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 174 - color contains mainly: blue. Hex color #A487AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A487AE is #5B7851. Grayscale: #939393. Windows color (decimal): -5994578 or 11437988. OLE color: 11437988.

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

Color convert

RGB164135174-
CMYK0.060.2200.32
HSL284.62º19.4%60.59%-
HSV(B)284.62º22.41%68.24%-
XYZ31.6128.2843.84-
YUV148.12142.61139.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.67%
GREEN value IS 135 (53.12% from 255) = 28.54%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=34.67%
G=28.54%
B=36.79%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641351740.060.2200.32284.6219.460.59
HexA487AE61602011d133d
Octal2442072566260404352375
Binary10100100100001111010111011010110010000010001110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A487AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A487AE; }

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

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

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

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

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

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

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

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