#AC88C0

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

Shades of East Side #AC88C0

Tints of East Side #AC88C0

Color information

#AC88C0 (or 0xAC88C0) is unknown color: approx East Side. HEX triplet: AC, 88 and C0. RGB value is (172,136,192). Sum of RGB (Red+Green+Blue) = 172+136+192=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 136 (53.52% from 255 or 27.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC88C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88C0 is #53773F. Grayscale: #989898. Windows color (decimal): -5470016 or 12617900. OLE color: 12617900.

HSL color Cylindrical-coordinate representation of color #AC88C0: hue angle of 278.57º degrees, saturation: 0.31, 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 #AC88C0 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB172136192-
CMYK0.100.2900.25
HSL278.57º30.77%64.31%-
HSV(B)278.57º29.17%75.29%-
XYZ35.3330.1853.83-
YUV153.15149.93141.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 136 (53.52% from 255) = 27.2%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=34.4%
G=27.2%
B=38.4%

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
Decimal1721361920.100.2900.25278.5730.7764.31
HexAC88C0A1D0191171f40
Octal254210300123503142737100
Binary101011001000100011000000101011101011001100010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88C0; }

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

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

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

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

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

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

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

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