#A488BB

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

Shades of East Side #A488BB

Tints of East Side #A488BB

Color information

#A488BB (or 0xA488BB) is unknown color: approx East Side. HEX triplet: A4, 88 and BB. RGB value is (164,136,187). Sum of RGB (Red+Green+Blue) = 164+136+187=487 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.68% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #A488BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488BB is #5B7744. Grayscale: #969696. Windows color (decimal): -5994309 or 12290212. OLE color: 12290212.

HSL color Cylindrical-coordinate representation of color #A488BB: hue angle of 272.94º 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 #A488BB is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164136187-
CMYK0.120.2700.27
HSL272.94º27.27%63.33%-
HSV(B)272.94º27.27%73.33%-
XYZ33.0829.0950.88-
YUV150.19148.78137.85-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.68%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=33.68%
G=27.93%
B=38.40%

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
Decimal1641361870.120.2700.27272.9427.2763.33
HexA488BBC1B01B1111b3f
Octal24421027314330334213377
Binary10100100100010001011101111001101101101110001000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A488BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A488BB; }

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

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

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

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

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

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

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

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