#AC9EB7

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

Shades of East Side #AC9EB7

Tints of East Side #AC9EB7

Color information

#AC9EB7 (or 0xAC9EB7) is unknown color: approx East Side. HEX triplet: AC, 9E and B7. RGB value is (172,158,183). Sum of RGB (Red+Green+Blue) = 172+158+183=513 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.53% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 183 (71.88% from 255 or 35.67% from 513); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC9EB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EB7 is #536148. Grayscale: #A4A4A4. Windows color (decimal): -5464393 or 12033708. OLE color: 12033708.

HSL color Cylindrical-coordinate representation of color #AC9EB7: hue angle of 273.6º degrees, saturation: 0.15, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AC9EB7 is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB172158183-
CMYK0.060.1400.28
HSL273.6º14.79%66.86%-
HSV(B)273.6º13.66%71.76%-
XYZ37.7936.6449.88-
YUV165.04138.14132.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.53%
GREEN value IS 158 (62.11% from 255) = 30.80%
BLUE value IS 183 (71.88% from 255) = 35.67%
R=33.53%
G=30.80%
B=35.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1721581830.060.1400.28273.614.7966.86
HexAC9EB76E01C112f43
Octal25423626761603442217103
Binary101011001001111010110111110111001110010001001011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EB7; }

 p { color: rgb(172,158,183); }

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

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

 a { background-color: rgb(172,158,183); }

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

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

 span { border-color: rgb(172,158,183); }

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