#A585B5

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

Shades of East Side #A585B5

Tints of East Side #A585B5

Color information

#A585B5 (or 0xA585B5) is unknown color: approx East Side. HEX triplet: A5, 85 and B5. RGB value is (165,133,181). Sum of RGB (Red+Green+Blue) = 165+133+181=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #A585B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585B5 is #5A7A4A. Grayscale: #939393. Windows color (decimal): -5929547 or 11896229. OLE color: 11896229.

HSL color Cylindrical-coordinate representation of color #A585B5: hue angle of 280º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A585B5 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165133181-
CMYK0.090.2700.29
HSL280º24.49%61.57%-
HSV(B)280º26.52%70.98%-
XYZ32.2528.1147.44-
YUV148.04146.6140.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=34.45%
G=27.77%
B=37.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651331810.090.2700.2928024.4961.57
HexA585B591B01D118183e
Octal24520526511330354303076
Binary10100101100001011011010110011101101110110001100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585B5; }

 p { color: rgb(165,133,181); }

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

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

 a { background-color: rgb(165,133,181); }

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

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

 span { border-color: rgb(165,133,181); }

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