#A788BA

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

Shades of East Side #A788BA

Tints of East Side #A788BA

Color information

#A788BA (or 0xA788BA) is unknown color: approx East Side. HEX triplet: A7, 88 and BA. RGB value is (167,136,186). Sum of RGB (Red+Green+Blue) = 167+136+186=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 136 (53.52% from 255 or 27.81% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #A788BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A788BA is #587745. Grayscale: #969696. Windows color (decimal): -5797702 or 12224679. OLE color: 12224679.

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

Color convert

RGB167136186-
CMYK0.100.2700.27
HSL277.2º26.6%63.14%-
HSV(B)277.2º26.88%72.94%-
XYZ33.629.3750.35-
YUV150.97147.77139.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 136 (53.52% from 255) = 27.81%
BLUE value IS 186 (73.05% from 255) = 38.04%
R=34.15%
G=27.81%
B=38.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1671361860.100.2700.27277.226.663.14
HexA788BAA1B01B1151b3f
Octal24721027212330334253377
Binary10100111100010001011101010101101101101110001010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A788BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A788BA; }

 p { color: rgb(167,136,186); }

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

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

 a { background-color: rgb(167,136,186); }

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

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

 span { border-color: rgb(167,136,186); }

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