#A586BD

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

Shades of East Side #A586BD

Tints of East Side #A586BD

Color information

#A586BD (or 0xA586BD) is unknown color: approx East Side. HEX triplet: A5, 86 and BD. RGB value is (165,134,189). Sum of RGB (Red+Green+Blue) = 165+134+189=488 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.81% from 488); Green value is 134 (52.73% from 255 or 27.46% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 189 - color contains mainly: blue. Hex color #A586BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586BD is #5A7942. Grayscale: #959595. Windows color (decimal): -5929283 or 12420773. OLE color: 12420773.

HSL color Cylindrical-coordinate representation of color #A586BD: hue angle of 273.82º 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 #A586BD is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165134189-
CMYK0.130.2900.26
HSL273.82º29.41%63.33%-
HSV(B)273.82º29.1%74.12%-
XYZ33.2328.7251.94-
YUV149.54150.27139.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.81%
GREEN value IS 134 (52.73% from 255) = 27.46%
BLUE value IS 189 (74.22% from 255) = 38.73%
R=33.81%
G=27.46%
B=38.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651341890.130.2900.26273.8229.4163.33
HexA586BDD1D01A1121d3f
Octal24520627515350324223577
Binary10100101100001101011110111011110101101010001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586BD; }

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

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

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

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

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

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

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

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