#AC88CD

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

Shades of East Side #AC88CD

Tints of East Side #AC88CD

Color information

#AC88CD (or 0xAC88CD) is unknown color: approx East Side. HEX triplet: AC, 88 and CD. RGB value is (172,136,205). Sum of RGB (Red+Green+Blue) = 172+136+205=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 136 (53.52% from 255 or 26.51% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #AC88CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC88CD is #537732. Grayscale: #9A9A9A. Windows color (decimal): -5470003 or 13469868. OLE color: 13469868.

HSL color Cylindrical-coordinate representation of color #AC88CD: hue angle of 271.3º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AC88CD is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB172136205-
CMYK0.160.3400.20
HSL271.3º40.83%66.86%-
HSV(B)271.3º33.66%80.39%-
XYZ36.8430.7961.76-
YUV154.63156.43140.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 136 (53.52% from 255) = 26.51%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=33.53%
G=26.51%
B=39.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1721362050.160.3400.20271.340.8366.86
HexAC88CD102201410f2943
Octal254210315204202441751103
Binary101011001000100011001101100001000100101001000011111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC88CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC88CD; }

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

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

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

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

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

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

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

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