#AC9293

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

Shades of Viola #AC9293

Tints of Viola #AC9293

Color information

#AC9293 (or 0xAC9293) is unknown color: approx Viola. HEX triplet: AC, 92 and 93. RGB value is (172,146,147). Sum of RGB (Red+Green+Blue) = 172+146+147=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9293 is #536D6C. Grayscale: #999999. Windows color (decimal): -5467501 or 9671340. OLE color: 9671340.

HSL color Cylindrical-coordinate representation of color #AC9293: hue angle of 357.69º 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 #AC9293 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB172146147-
CMYK00.150.150.33
HSL357.69º13.54%62.35%-
HSV(B)357.69º15.12%67.45%-
XYZ32.5631.4431.96-
YUV153.89124.11140.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 146 (57.42% from 255) = 31.40%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=36.99%
G=31.40%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214614700.150.150.33357.6913.5462.35
HexAC92930FF21166e3e
Octal25422222301717415461676
Binary1010110010010010100100110111111111000011011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9293; }

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

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

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

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

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

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

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

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