#AC8F97

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

Shades of Viola #AC8F97

Tints of Viola #AC8F97

Color information

#AC8F97 (or 0xAC8F97) is unknown color: approx Viola. HEX triplet: AC, 8F and 97. RGB value is (172,143,151). Sum of RGB (Red+Green+Blue) = 172+143+151=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 143 (56.25% from 255 or 30.69% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F97 is #537068. Grayscale: #989898. Windows color (decimal): -5468265 or 9932716. OLE color: 9932716.

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

Color convert

RGB172143151-
CMYK00.170.120.33
HSL343.45º14.87%61.76%-
HSV(B)343.45º16.86%67.45%-
XYZ32.4230.6533.49-
YUV152.58127.11141.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 143 (56.25% from 255) = 30.69%
BLUE value IS 151 (59.38% from 255) = 32.40%
R=36.91%
G=30.69%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214315100.170.120.33343.4514.8761.76
HexAC8F97011C21157f3e
Octal25421722702114415271776
Binary10101100100011111001011101000111001000011010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F97; }

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

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

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

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

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

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

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

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