#AC9399

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

Shades of Viola #AC9399

Tints of Viola #AC9399

Color information

#AC9399 (or 0xAC9399) is unknown color: approx Viola. HEX triplet: AC, 93 and 99. RGB value is (172,147,153). Sum of RGB (Red+Green+Blue) = 172+147+153=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9399 is #536C66. Grayscale: #9B9B9B. Windows color (decimal): -5467239 or 10064812. OLE color: 10064812.

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

Color convert

RGB172147153-
CMYK00.150.110.33
HSL345.6º13.09%62.55%-
HSV(B)345.6º14.53%67.45%-
XYZ33.231.9434.55-
YUV155.16126.78140.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.44%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=36.44%
G=31.14%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214715300.150.110.33345.613.0962.55
HexAC93990FB2115ad3f
Octal25422323101713415321577
Binary1010110010010011100110010111110111000011010110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9399; }

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

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

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

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

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

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

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

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