#AC8CC9

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

Shades of East Side #AC8CC9

Tints of East Side #AC8CC9

Color information

#AC8CC9 (or 0xAC8CC9) is unknown color: approx East Side. HEX triplet: AC, 8C and C9. RGB value is (172,140,201). Sum of RGB (Red+Green+Blue) = 172+140+201=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #AC8CC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8CC9 is #537336. Grayscale: #9C9C9C. Windows color (decimal): -5468983 or 13208748. OLE color: 13208748.

HSL color Cylindrical-coordinate representation of color #AC8CC9: hue angle of 271.48º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8CC9 is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB172140201-
CMYK0.140.3000.21
HSL271.48º36.09%66.86%-
HSV(B)271.48º30.35%78.82%-
XYZ36.9331.7459.44-
YUV156.52153.1139.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 140 (55.08% from 255) = 27.29%
BLUE value IS 201 (78.91% from 255) = 39.18%
R=33.53%
G=27.29%
B=39.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1721402010.140.3000.21271.4836.0966.86
HexAC8CC9E1E01510f2443
Octal254214311163602541744103
Binary1010110010001100110010011110111100101011000011111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8CC9; }

 p { color: rgb(172,140,201); }

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

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

 a { background-color: rgb(172,140,201); }

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

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

 span { border-color: rgb(172,140,201); }

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