#AC9799

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

Shades of Viola #AC9799

Tints of Viola #AC9799

Color information

#AC9799 (or 0xAC9799) is unknown color: approx Viola. HEX triplet: AC, 97 and 99. RGB value is (172,151,153). Sum of RGB (Red+Green+Blue) = 172+151+153=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 153 (60.16% from 255 or 32.14% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9799 is #536866. Grayscale: #9D9D9D. Windows color (decimal): -5466215 or 10065836. OLE color: 10065836.

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

Color convert

RGB172151153-
CMYK00.120.110.33
HSL354.29º11.23%63.33%-
HSV(B)354.29º12.21%67.45%-
XYZ33.8333.234.76-
YUV157.51125.46138.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 153 (60.16% from 255) = 32.14%
R=36.13%
G=31.72%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215115300.120.110.33354.2911.2363.33
HexAC97990CB21162b3f
Octal25422723101413415421377
Binary1010110010010111100110010110010111000011011000101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9799; }

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

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

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

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

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

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

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

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