#A488BA

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

Shades of East Side #A488BA

Tints of East Side #A488BA

Color information

#A488BA (or 0xA488BA) is unknown color: approx East Side. HEX triplet: A4, 88 and BA. RGB value is (164,136,186). Sum of RGB (Red+Green+Blue) = 164+136+186=486 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.74% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #A488BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488BA is #5B7745. Grayscale: #959595. Windows color (decimal): -5994310 or 12224676. OLE color: 12224676.

HSL color Cylindrical-coordinate representation of color #A488BA: hue angle of 273.6º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A488BA is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164136186-
CMYK0.120.2700.27
HSL273.6º26.6%63.14%-
HSV(B)273.6º26.88%72.94%-
XYZ32.9829.0550.32-
YUV150.07148.28137.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.74%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=33.74%
G=27.98%
B=38.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641361860.120.2700.27273.626.663.14
HexA488BAC1B01B1121b3f
Octal24421027214330334223377
Binary10100100100010001011101011001101101101110001001011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488BA; }

 p { color: rgb(164,136,186); }

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

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

 a { background-color: rgb(164,136,186); }

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

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

 span { border-color: rgb(164,136,186); }

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