#A588B5

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

Shades of East Side #A588B5

Tints of East Side #A588B5

Color information

#A588B5 (or 0xA588B5) is unknown color: approx East Side. HEX triplet: A5, 88 and B5. RGB value is (165,136,181). Sum of RGB (Red+Green+Blue) = 165+136+181=482 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.23% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 181 - color contains mainly: blue. Hex color #A588B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A588B5 is #5A774A. Grayscale: #959595. Windows color (decimal): -5928779 or 11896997. OLE color: 11896997.

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

Color convert

RGB165136181-
CMYK0.090.2500.29
HSL278.67º23.32%62.16%-
HSV(B)278.67º24.86%70.98%-
XYZ32.6628.9447.58-
YUV149.8145.61138.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.23%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=34.23%
G=28.22%
B=37.55%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651361810.090.2500.29278.6723.3262.16
HexA588B591901D117173e
Octal24521026511310354272776
Binary10100101100010001011010110011100101110110001011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A588B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A588B5; }

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

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

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

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

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

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

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

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