#AC79BA

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

Shades of East Side #AC79BA

Tints of East Side #AC79BA

Color information

#AC79BA (or 0xAC79BA) is unknown color: approx East Side. HEX triplet: AC, 79 and BA. RGB value is (172,121,186). Sum of RGB (Red+Green+Blue) = 172+121+186=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC79BA is #538645. Grayscale: #8F8F8F. Windows color (decimal): -5473862 or 12220844. OLE color: 12220844.

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

Color convert

RGB172121186-
CMYK0.080.3500.27
HSL287.08º32.02%60.2%-
HSV(B)287.08º34.95%72.94%-
XYZ32.7125.9949.75-
YUV143.66151.9148.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 121 (47.66% from 255) = 25.26%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=35.91%
G=25.26%
B=38.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1721211860.080.3500.27287.0832.0260.2
HexAC79BA82301B11f203c
Octal25417127210430334374074
Binary101011001111001101110101000100011011011100011111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC79BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC79BA; }

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

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

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

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

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

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

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

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