#AC9699

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

Shades of Viola #AC9699

Tints of Viola #AC9699

Color information

#AC9699 (or 0xAC9699) is unknown color: approx Viola. HEX triplet: AC, 96 and 99. RGB value is (172,150,153). Sum of RGB (Red+Green+Blue) = 172+150+153=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9699 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9699 is #536966. Grayscale: #9C9C9C. Windows color (decimal): -5466471 or 10065580. OLE color: 10065580.

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

Color convert

RGB172150153-
CMYK00.130.110.33
HSL351.82º11.7%63.14%-
HSV(B)351.82º12.79%67.45%-
XYZ33.6732.8834.71-
YUV156.92125.79138.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=36.21%
G=31.58%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215015300.130.110.33351.8211.763.14
HexAC96990DB21160c3f
Octal25422623101513415401477
Binary1010110010010110100110010110110111000011011000001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9699; }

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

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

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

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

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

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

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

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