#A288BB

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

Shades of East Side #A288BB

Tints of East Side #A288BB

Color information

#A288BB (or 0xA288BB) is unknown color: approx East Side. HEX triplet: A2, 88 and BB. RGB value is (162,136,187). Sum of RGB (Red+Green+Blue) = 162+136+187=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #A288BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A288BB is #5D7744. Grayscale: #959595. Windows color (decimal): -6125381 or 12290210. OLE color: 12290210.

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

Color convert

RGB162136187-
CMYK0.130.2700.27
HSL270.59º27.27%63.33%-
HSV(B)270.59º27.27%73.33%-
XYZ32.6728.8850.87-
YUV149.59149.11136.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=33.40%
G=28.04%
B=38.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621361870.130.2700.27270.5927.2763.33
HexA288BBD1B01B10f1b3f
Octal24221027315330334173377
Binary10100010100010001011101111011101101101110000111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A288BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A288BB; }

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

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

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

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

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

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

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

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