#A586B7

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

Shades of East Side #A586B7

Tints of East Side #A586B7

Color information

#A586B7 (or 0xA586B7) is unknown color: approx East Side. HEX triplet: A5, 86 and B7. RGB value is (165,134,183). Sum of RGB (Red+Green+Blue) = 165+134+183=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 183 (71.88% from 255 or 37.97% from 482); Max value from RGB is 183 - color contains mainly: blue. Hex color #A586B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A586B7 is #5A7948. Grayscale: #949494. Windows color (decimal): -5929289 or 12027557. OLE color: 12027557.

HSL color Cylindrical-coordinate representation of color #A586B7: hue angle of 277.96º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A586B7 is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB165134183-
CMYK0.100.2700.28
HSL277.96º25.39%62.16%-
HSV(B)277.96º26.78%71.76%-
XYZ32.5928.4748.58-
YUV148.85147.27139.52-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 183 (71.88% from 255) = 37.97%
R=34.23%
G=27.80%
B=37.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1651341830.100.2700.28277.9625.3962.16
HexA586B7A1B01C116193e
Octal24520626712330344263176
Binary10100101100001101011011110101101101110010001011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586B7; }

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

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

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

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

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

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

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

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