#A388BE

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

Shades of East Side #A388BE

Tints of East Side #A388BE

Color information

#A388BE (or 0xA388BE) is unknown color: approx East Side. HEX triplet: A3, 88 and BE. RGB value is (163,136,190). Sum of RGB (Red+Green+Blue) = 163+136+190=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #A388BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388BE is #5C7741. Grayscale: #969696. Windows color (decimal): -6059842 or 12486819. OLE color: 12486819.

HSL color Cylindrical-coordinate representation of color #A388BE: hue angle of 270º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A388BE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB163136190-
CMYK0.140.2800.25
HSL270º29.35%63.92%-
HSV(B)270º28.42%74.51%-
XYZ33.229.1152.58-
YUV150.23150.45137.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=33.33%
G=27.81%
B=38.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631361900.140.2800.2527029.3563.92
HexA388BEE1C01910e1d40
Octal243210276163403141635100
Binary101000111000100010111110111011100011001100001110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388BE; }

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

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

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

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

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

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

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

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