#A888BB

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

Shades of East Side #A888BB

Tints of East Side #A888BB

Color information

#A888BB (or 0xA888BB) is unknown color: approx East Side. HEX triplet: A8, 88 and BB. RGB value is (168,136,187). Sum of RGB (Red+Green+Blue) = 168+136+187=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 187 - color contains mainly: blue. Hex color #A888BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A888BB is #577744. Grayscale: #979797. Windows color (decimal): -5732165 or 12290216. OLE color: 12290216.

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

Color convert

RGB168136187-
CMYK0.100.2700.27
HSL277.65º27.27%63.33%-
HSV(B)277.65º27.27%73.33%-
XYZ33.9229.5250.92-
YUV151.38148.1139.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.22%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 187 (73.44% from 255) = 38.09%
R=34.22%
G=27.70%
B=38.09%

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
Decimal1681361870.100.2700.27277.6527.2763.33
HexA888BBA1B01B1161b3f
Octal25021027312330334263377
Binary10101000100010001011101110101101101101110001011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A888BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A888BB; }

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

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

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

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

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

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

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

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