#A586BA

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

Shades of East Side #A586BA

Tints of East Side #A586BA

Color information

#A586BA (or 0xA586BA) is unknown color: approx East Side. HEX triplet: A5, 86 and BA. RGB value is (165,134,186). Sum of RGB (Red+Green+Blue) = 165+134+186=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #A586BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586BA is #5A7945. Grayscale: #959595. Windows color (decimal): -5929286 or 12224165. OLE color: 12224165.

HSL color Cylindrical-coordinate representation of color #A586BA: hue angle of 275.77º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A586BA is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB165134186-
CMYK0.110.2800.27
HSL275.77º27.37%62.75%-
HSV(B)275.77º27.96%72.94%-
XYZ32.9128.5950.24-
YUV149.2148.77139.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.02%
GREEN value IS 134 (52.73% from 255) = 27.63%
BLUE value IS 186 (73.05% from 255) = 38.35%
R=34.02%
G=27.63%
B=38.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1651341860.110.2800.27275.7727.3762.75
HexA586BAB1C01B1141b3f
Octal24520627213340334243377
Binary10100101100001101011101010111110001101110001010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586BA; }

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

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

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

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

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

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

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

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