#A388BC

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

Shades of East Side #A388BC

Tints of East Side #A388BC

Color information

#A388BC (or 0xA388BC) is unknown color: approx East Side. HEX triplet: A3, 88 and BC. RGB value is (163,136,188). Sum of RGB (Red+Green+Blue) = 163+136+188=487 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.47% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #A388BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388BC is #5C7743. Grayscale: #959595. Windows color (decimal): -6059844 or 12355747. OLE color: 12355747.

HSL color Cylindrical-coordinate representation of color #A388BC: hue angle of 271.15º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A388BC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB163136188-
CMYK0.130.2800.26
HSL271.15º27.96%63.53%-
HSV(B)271.15º27.66%73.73%-
XYZ32.9929.0351.44-
YUV150149.45137.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.47%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=33.47%
G=27.93%
B=38.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1631361880.130.2800.26271.1527.9663.53
HexA388BCD1C01A10f1c40
Octal243210274153403241734100
Binary101000111000100010111100110111100011010100001111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388BC; }

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

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

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

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

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

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

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

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