#AC88BF

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

Shades of East Side #AC88BF

Tints of East Side #AC88BF

Color information

#AC88BF (or 0xAC88BF) is unknown color: approx East Side. HEX triplet: AC, 88 and BF. RGB value is (172,136,191). Sum of RGB (Red+Green+Blue) = 172+136+191=499 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.47% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88BF is #537740. Grayscale: #989898. Windows color (decimal): -5470017 or 12552364. OLE color: 12552364.

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

Color convert

RGB172136191-
CMYK0.100.2900.25
HSL279.27º30.05%64.12%-
HSV(B)279.27º28.8%74.9%-
XYZ35.2230.1453.25-
YUV153.03149.43141.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.47%
GREEN value IS 136 (53.52% from 255) = 27.25%
BLUE value IS 191 (75% from 255) = 38.28%
R=34.47%
G=27.25%
B=38.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1721361910.100.2900.25279.2730.0564.12
HexAC88BFA1D0191171e40
Octal254210277123503142736100
Binary101011001000100010111111101011101011001100010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88BF; }

 p { color: rgb(172,136,191); }

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

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

 a { background-color: rgb(172,136,191); }

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

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

 span { border-color: rgb(172,136,191); }

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