#AC8F93

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

Shades of Viola #AC8F93

Tints of Viola #AC8F93

Color information

#AC8F93 (or 0xAC8F93) is unknown color: approx Viola. HEX triplet: AC, 8F and 93. RGB value is (172,143,147). Sum of RGB (Red+Green+Blue) = 172+143+147=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 143 (56.25% from 255 or 30.95% from 462); Blue value is 147 (57.81% from 255 or 31.82% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8F93 is #53706C. Grayscale: #989898. Windows color (decimal): -5468269 or 9670572. OLE color: 9670572.

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

Color convert

RGB172143147-
CMYK00.170.150.33
HSL351.72º14.87%61.76%-
HSV(B)351.72º16.86%67.45%-
XYZ32.130.5231.8-
YUV152.13125.11142.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 143 (56.25% from 255) = 30.95%
BLUE value IS 147 (57.81% from 255) = 31.82%
R=37.23%
G=30.95%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214314700.170.150.33351.7214.8761.76
HexAC8F93011F21160f3e
Octal25421722302117415401776
Binary10101100100011111001001101000111111000011011000001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F93; }

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

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

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

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

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

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

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

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