#AC8994

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

Shades of Viola #AC8994

Tints of Viola #AC8994

Color information

#AC8994 (or 0xAC8994) is unknown color: approx Viola. HEX triplet: AC, 89 and 94. RGB value is (172,137,148). Sum of RGB (Red+Green+Blue) = 172+137+148=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 137 (53.91% from 255 or 29.98% from 457); Blue value is 148 (58.20% from 255 or 32.39% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8994 is #53766B. Grayscale: #949494. Windows color (decimal): -5469804 or 9734572. OLE color: 9734572.

HSL color Cylindrical-coordinate representation of color #AC8994: hue angle of 341.14º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AC8994 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB172137148-
CMYK00.200.140.33
HSL341.14º17.41%60.59%-
HSV(B)341.14º20.35%67.45%-
XYZ31.328.831.93-
YUV148.72127.6144.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 137 (53.91% from 255) = 29.98%
BLUE value IS 148 (58.20% from 255) = 32.39%
R=37.64%
G=29.98%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213714800.200.140.33341.1417.4160.59
HexAC8994014E21155113d
Octal25421122402416415252175
Binary101011001000100110010100010100111010000110101010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8994; }

 p { color: rgb(172,137,148); }

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

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

 a { background-color: rgb(172,137,148); }

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

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

 span { border-color: rgb(172,137,148); }

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