#AC79CC

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

Shades of East Side #AC79CC

Tints of East Side #AC79CC

Color information

#AC79CC (or 0xAC79CC) is unknown color: approx East Side. HEX triplet: AC, 79 and CC. RGB value is (172,121,204). Sum of RGB (Red+Green+Blue) = 172+121+204=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC79CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC79CC is #538633. Grayscale: #919191. Windows color (decimal): -5473844 or 13400492. OLE color: 13400492.

HSL color Cylindrical-coordinate representation of color #AC79CC: hue angle of 276.87º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AC79CC is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB172121204-
CMYK0.160.4100.2
HSL276.87º44.86%63.73%-
HSV(B)276.87º40.69%80%-
XYZ34.7526.8160.47-
YUV145.71160.9146.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.61%
GREEN value IS 121 (47.66% from 255) = 24.35%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=34.61%
G=24.35%
B=41.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1721212040.160.4100.2276.8744.8663.73
HexAC79CC10290141152d40
Octal254171314205102442555100
Binary10101100111100111001100100001010010101001000101011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC79CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC79CC; }

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

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

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

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

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

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

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

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