#A486AE

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

Shades of East Side #A486AE

Tints of East Side #A486AE

Color information

#A486AE (or 0xA486AE) is unknown color: approx East Side. HEX triplet: A4, 86 and AE. RGB value is (164,134,174). Sum of RGB (Red+Green+Blue) = 164+134+174=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 134 (52.73% from 255 or 28.39% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #A486AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A486AE is #5B7951. Grayscale: #939393. Windows color (decimal): -5994834 or 11437732. OLE color: 11437732.

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

Color convert

RGB164134174-
CMYK0.060.2300.32
HSL285º19.8%60.39%-
HSV(B)285º22.99%68.24%-
XYZ31.472843.79-
YUV147.53142.94139.75-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.75%
GREEN value IS 134 (52.73% from 255) = 28.39%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=34.75%
G=28.39%
B=36.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1641341740.060.2300.3228519.860.39
HexA486AE61702011d143c
Octal2442062566270404352474
Binary10100100100001101010111011010111010000010001110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A486AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A486AE; }

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

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

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

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

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

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

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

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