#AC8DC8

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

Shades of East Side #AC8DC8

Tints of East Side #AC8DC8

Color information

#AC8DC8 (or 0xAC8DC8) is unknown color: approx East Side. HEX triplet: AC, 8D and C8. RGB value is (172,141,200). Sum of RGB (Red+Green+Blue) = 172+141+200=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC8DC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DC8 is #537237. Grayscale: #9C9C9C. Windows color (decimal): -5468728 or 13143468. OLE color: 13143468.

HSL color Cylindrical-coordinate representation of color #AC8DC8: hue angle of 271.53º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC8DC8 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172141200-
CMYK0.140.2900.22
HSL271.53º34.91%66.86%-
HSV(B)271.53º29.5%78.43%-
XYZ36.9631.9958.87-
YUV157152.27138.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 141 (55.47% from 255) = 27.49%
BLUE value IS 200 (78.52% from 255) = 38.99%
R=33.53%
G=27.49%
B=38.99%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721412000.140.2900.22271.5334.9166.86
HexAC8DC8E1D0161102343
Octal254215310163502642043103
Binary1010110010001101110010001110111010101101000100001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DC8; }

 p { color: rgb(172,141,200); }

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

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

 a { background-color: rgb(172,141,200); }

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

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

 span { border-color: rgb(172,141,200); }

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