#A586C1

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

Shades of East Side #A586C1

Tints of East Side #A586C1

Color information

#A586C1 (or 0xA586C1) is unknown color: approx East Side. HEX triplet: A5, 86 and C1. RGB value is (165,134,193). Sum of RGB (Red+Green+Blue) = 165+134+193=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 134 (52.73% from 255 or 27.24% from 492); Blue value is 193 (75.78% from 255 or 39.23% from 492); Max value from RGB is 193 - color contains mainly: blue. Hex color #A586C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586C1 is #5A793E. Grayscale: #959595. Windows color (decimal): -5929279 or 12682917. OLE color: 12682917.

HSL color Cylindrical-coordinate representation of color #A586C1: hue angle of 271.53º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A586C1 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB165134193-
CMYK0.150.3100.24
HSL271.53º32.24%64.12%-
HSV(B)271.53º30.57%75.69%-
XYZ33.6728.954.26-
YUV150152.27138.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 134 (52.73% from 255) = 27.24%
BLUE value IS 193 (75.78% from 255) = 39.23%
R=33.54%
G=27.24%
B=39.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1651341930.150.3100.24271.5332.2464.12
HexA586C1F1F0181102040
Octal245206301173703042040100
Binary1010010110000110110000011111111110110001000100001000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586C1; }

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

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

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

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

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

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

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

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