#AC9CBA

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

Shades of East Side #AC9CBA

Tints of East Side #AC9CBA

Color information

#AC9CBA (or 0xAC9CBA) is unknown color: approx East Side. HEX triplet: AC, 9C and BA. RGB value is (172,156,186). Sum of RGB (Red+Green+Blue) = 172+156+186=514 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.46% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC9CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9CBA is #536345. Grayscale: #A4A4A4. Windows color (decimal): -5464902 or 12229804. OLE color: 12229804.

HSL color Cylindrical-coordinate representation of color #AC9CBA: hue angle of 272º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9CBA is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB172156186-
CMYK0.080.1600.27
HSL272º17.86%67.06%-
HSV(B)272º16.13%72.94%-
XYZ37.7636.0951.43-
YUV164.2140.3133.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.46%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 186 (73.05% from 255) = 36.19%
R=33.46%
G=30.35%
B=36.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721561860.080.1600.2727217.8667.06
HexAC9CBA81001B1101243
Octal254234272102003342022103
Binary101011001001110010111010100010000011011100010000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9CBA; }

 p { color: rgb(172,156,186); }

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

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

 a { background-color: rgb(172,156,186); }

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

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

 span { border-color: rgb(172,156,186); }

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