#AC9294

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

Shades of Viola #AC9294

Tints of Viola #AC9294

Color information

#AC9294 (or 0xAC9294) is unknown color: approx Viola. HEX triplet: AC, 92 and 94. RGB value is (172,146,148). Sum of RGB (Red+Green+Blue) = 172+146+148=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 148 (58.20% from 255 or 31.76% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9294 is #536D6B. Grayscale: #9A9A9A. Windows color (decimal): -5467500 or 9736876. OLE color: 9736876.

HSL color Cylindrical-coordinate representation of color #AC9294: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AC9294 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB172146148-
CMYK00.150.140.33
HSL355.38º13.54%62.35%-
HSV(B)355.38º15.12%67.45%-
XYZ32.6431.4732.37-
YUV154124.61140.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 146 (57.42% from 255) = 31.33%
BLUE value IS 148 (58.20% from 255) = 31.76%
R=36.91%
G=31.33%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214614800.150.140.33355.3813.5462.35
HexAC92940FE21163e3e
Octal25422222401716415431676
Binary1010110010010010100101000111111101000011011000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9294; }

 p { color: rgb(172,146,148); }

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

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

 a { background-color: rgb(172,146,148); }

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

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

 span { border-color: rgb(172,146,148); }

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