#A888BA

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

Shades of East Side #A888BA

Tints of East Side #A888BA

Color information

#A888BA (or 0xA888BA) is unknown color: approx East Side. HEX triplet: A8, 88 and BA. RGB value is (168,136,186). Sum of RGB (Red+Green+Blue) = 168+136+186=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 186 - color contains mainly: blue. Hex color #A888BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888BA is #577745. Grayscale: #979797. Windows color (decimal): -5732166 or 12224680. OLE color: 12224680.

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

Color convert

RGB168136186-
CMYK0.100.2700.27
HSL278.4º26.6%63.14%-
HSV(B)278.4º26.88%72.94%-
XYZ33.8229.4850.36-
YUV151.27147.6139.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 136 (53.52% from 255) = 27.76%
BLUE value IS 186 (73.05% from 255) = 37.96%
R=34.29%
G=27.76%
B=37.96%

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
Decimal1681361860.100.2700.27278.426.663.14
HexA888BAA1B01B1161b3f
Octal25021027212330334263377
Binary10101000100010001011101010101101101101110001011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888BA; }

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

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

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

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

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

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

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

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