#A586AE

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

Shades of East Side #A586AE

Tints of East Side #A586AE

Color information

#A586AE (or 0xA586AE) is unknown color: approx East Side. HEX triplet: A5, 86 and AE. RGB value is (165,134,174). Sum of RGB (Red+Green+Blue) = 165+134+174=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 134 (52.73% from 255 or 28.33% 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 #A586AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A586AE is #5A7951. Grayscale: #939393. Windows color (decimal): -5929298 or 11437733. OLE color: 11437733.

HSL color Cylindrical-coordinate representation of color #A586AE: hue angle of 286.5º 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 #A586AE is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB165134174-
CMYK0.050.2300.32
HSL286.5º19.8%60.39%-
HSV(B)286.5º22.99%68.24%-
XYZ31.6828.1143.8-
YUV147.83142.77140.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 134 (52.73% from 255) = 28.33%
BLUE value IS 174 (68.36% from 255) = 36.79%
R=34.88%
G=28.33%
B=36.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651341740.050.2300.32286.519.860.39
HexA586AE51702011e143c
Octal2452062565270404362474
Binary10100101100001101010111010110111010000010001111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586AE; }

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

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

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

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

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

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

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

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