#AC9EBC

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

Shades of East Side #AC9EBC

Tints of East Side #AC9EBC

Color information

#AC9EBC (or 0xAC9EBC) is unknown color: approx East Side. HEX triplet: AC, 9E and BC. RGB value is (172,158,188). Sum of RGB (Red+Green+Blue) = 172+158+188=518 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.20% from 518); Green value is 158 (62.11% from 255 or 30.50% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EBC is #536143. Grayscale: #A5A5A5. Windows color (decimal): -5464388 or 12361388. OLE color: 12361388.

HSL color Cylindrical-coordinate representation of color #AC9EBC: hue angle of 268º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC9EBC is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB172158188-
CMYK0.090.1600.26
HSL268º18.29%67.84%-
HSV(B)268º15.96%73.73%-
XYZ38.3236.8652.67-
YUV165.61140.64132.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.20%
GREEN value IS 158 (62.11% from 255) = 30.50%
BLUE value IS 188 (73.83% from 255) = 36.29%
R=33.20%
G=30.50%
B=36.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1721581880.090.1600.2626818.2967.84
HexAC9EBC91001A10c1244
Octal254236274112003241422104
Binary101011001001111010111100100110000011010100001100100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9EBC; }

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

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

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

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

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

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

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

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