#AC79C8

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

Shades of East Side #AC79C8

Tints of East Side #AC79C8

Color information

#AC79C8 (or 0xAC79C8) is unknown color: approx East Side. HEX triplet: AC, 79 and C8. RGB value is (172,121,200). Sum of RGB (Red+Green+Blue) = 172+121+200=493 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.89% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 200 (78.52% from 255 or 40.57% from 493); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC79C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC79C8 is #538637. Grayscale: #909090. Windows color (decimal): -5473848 or 13138348. OLE color: 13138348.

HSL color Cylindrical-coordinate representation of color #AC79C8: hue angle of 278.73º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC79C8 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB172121200-
CMYK0.140.3900.22
HSL278.73º41.8%62.94%-
HSV(B)278.73º39.5%78.43%-
XYZ34.2826.6257.97-
YUV145.26158.9147.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.89%
GREEN value IS 121 (47.66% from 255) = 24.54%
BLUE value IS 200 (78.52% from 255) = 40.57%
R=34.89%
G=24.54%
B=40.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1721212000.140.3900.22278.7341.862.94
HexAC79C8E270161172a3f
Octal25417131016470264275277
Binary101011001111001110010001110100111010110100010111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC79C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC79C8; }

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

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

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

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

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

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

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

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