#AC9EB9

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

Shades of East Side #AC9EB9

Tints of East Side #AC9EB9

Color information

#AC9EB9 (or 0xAC9EB9) is unknown color: approx East Side. HEX triplet: AC, 9E and B9. RGB value is (172,158,185). Sum of RGB (Red+Green+Blue) = 172+158+185=515 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.40% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #AC9EB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EB9 is #536146. Grayscale: #A5A5A5. Windows color (decimal): -5464391 or 12164780. OLE color: 12164780.

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

Color convert

RGB172158185-
CMYK0.070.1500.27
HSL271.11º16.17%67.25%-
HSV(B)271.11º14.59%72.55%-
XYZ3836.7350.99-
YUV165.26139.14132.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.40%
GREEN value IS 158 (62.11% from 255) = 30.68%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=33.40%
G=30.68%
B=35.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721581850.070.1500.27271.1116.1767.25
HexAC9EB97F01B10f1043
Octal25423627171703341720103
Binary1010110010011110101110011111111011011100001111100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EB9; }

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

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

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

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

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

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

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

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