#A585B2

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

Shades of East Side #A585B2

Tints of East Side #A585B2

Color information

#A585B2 (or 0xA585B2) is unknown color: approx East Side. HEX triplet: A5, 85 and B2. RGB value is (165,133,178). Sum of RGB (Red+Green+Blue) = 165+133+178=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #A585B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A585B2 is #5A7A4D. Grayscale: #939393. Windows color (decimal): -5929550 or 11699621. OLE color: 11699621.

HSL color Cylindrical-coordinate representation of color #A585B2: hue angle of 282.67º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A585B2 is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB165133178-
CMYK0.070.2500.30
HSL282.67º22.61%60.98%-
HSV(B)282.67º25.28%69.8%-
XYZ31.9427.9945.84-
YUV147.7145.1140.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.66%
GREEN value IS 133 (52.34% from 255) = 27.94%
BLUE value IS 178 (69.92% from 255) = 37.39%
R=34.66%
G=27.94%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1651331780.070.2500.30282.6722.6160.98
HexA585B271901E11b173d
Octal2452052627310364332775
Binary1010010110000101101100101111100101111010001101110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585B2; }

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

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

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

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

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

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

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

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