#A586AC

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

Shades of East Side #A586AC

Tints of East Side #A586AC

Color information

#A586AC (or 0xA586AC) is unknown color: approx East Side. HEX triplet: A5, 86 and AC. RGB value is (165,134,172). Sum of RGB (Red+Green+Blue) = 165+134+172=471 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.03% from 471); Green value is 134 (52.73% from 255 or 28.45% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #A586AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A586AC is #5A7953. Grayscale: #939393. Windows color (decimal): -5929300 or 11306661. OLE color: 11306661.

HSL color Cylindrical-coordinate representation of color #A586AC: hue angle of 288.95º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A586AC is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB165134172-
CMYK0.040.2200.33
HSL288.95º18.63%60%-
HSV(B)288.95º22.09%67.45%-
XYZ31.4928.0342.78-
YUV147.6141.77140.41-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.03%
GREEN value IS 134 (52.73% from 255) = 28.45%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=35.03%
G=28.45%
B=36.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1651341720.040.2200.33288.9518.6360
HexA586AC416021121133c
Octal2452062544260414412374
Binary10100101100001101010110010010110010000110010000110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586AC; }

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

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

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

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

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

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

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

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