#A586BC

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

Shades of East Side #A586BC

Tints of East Side #A586BC

Color information

#A586BC (or 0xA586BC) is unknown color: approx East Side. HEX triplet: A5, 86 and BC. RGB value is (165,134,188). Sum of RGB (Red+Green+Blue) = 165+134+188=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 134 (52.73% from 255 or 27.52% 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 #A586BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586BC is #5A7943. Grayscale: #959595. Windows color (decimal): -5929284 or 12355237. OLE color: 12355237.

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

Color convert

RGB165134188-
CMYK0.120.2900.26
HSL274.44º28.72%63.14%-
HSV(B)274.44º28.72%73.73%-
XYZ33.1228.6851.37-
YUV149.43149.77139.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.88%
GREEN value IS 134 (52.73% from 255) = 27.52%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=33.88%
G=27.52%
B=38.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651341880.120.2900.26274.4428.7263.14
HexA586BCC1D01A1121d3f
Octal24520627414350324223577
Binary10100101100001101011110011001110101101010001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586BC; }

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

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

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

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

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

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

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

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