#A388BB

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

Shades of East Side #A388BB

Tints of East Side #A388BB

Color information

#A388BB (or 0xA388BB) is unknown color: approx East Side. HEX triplet: A3, 88 and BB. RGB value is (163,136,187). Sum of RGB (Red+Green+Blue) = 163+136+187=486 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.54% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 187 (73.44% from 255 or 38.48% from 486); Max value from RGB is 187 - color contains mainly: blue. Hex color #A388BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388BB is #5C7744. Grayscale: #959595. Windows color (decimal): -6059845 or 12290211. OLE color: 12290211.

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

Color convert

RGB163136187-
CMYK0.130.2700.27
HSL271.76º27.27%63.33%-
HSV(B)271.76º27.27%73.33%-
XYZ32.8828.9850.88-
YUV149.89148.95137.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.54%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 187 (73.44% from 255) = 38.48%
R=33.54%
G=27.98%
B=38.48%

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
Decimal1631361870.130.2700.27271.7627.2763.33
HexA388BBD1B01B1101b3f
Octal24321027315330334203377
Binary10100011100010001011101111011101101101110001000011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388BB; }

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

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

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

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

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

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

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

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