#AC969A

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

Shades of Viola #AC969A

Tints of Viola #AC969A

Color information

#AC969A (or 0xAC969A) is unknown color: approx Viola. HEX triplet: AC, 96 and 9A. RGB value is (172,150,154). Sum of RGB (Red+Green+Blue) = 172+150+154=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 150 (58.98% from 255 or 31.51% from 476); Blue value is 154 (60.55% from 255 or 32.35% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC969A is #536965. Grayscale: #9D9D9D. Windows color (decimal): -5466470 or 10131116. OLE color: 10131116.

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

Color convert

RGB172150154-
CMYK00.130.100.33
HSL349.09º11.7%63.14%-
HSV(B)349.09º12.79%67.45%-
XYZ33.7532.9235.15-
YUV157.03126.29138.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 150 (58.98% from 255) = 31.51%
BLUE value IS 154 (60.55% from 255) = 32.35%
R=36.13%
G=31.51%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215015400.130.100.33349.0911.763.14
HexAC969A0DA2115dc3f
Octal25422623201512415351477
Binary1010110010010110100110100110110101000011010111011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC969A; }

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

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

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

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

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

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

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

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