#AC9194

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

Shades of Viola #AC9194

Tints of Viola #AC9194

Color information

#AC9194 (or 0xAC9194) is unknown color: approx Viola. HEX triplet: AC, 91 and 94. RGB value is (172,145,148). Sum of RGB (Red+Green+Blue) = 172+145+148=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 145 (57.03% from 255 or 31.18% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9194 is #536E6B. Grayscale: #999999. Windows color (decimal): -5467756 or 9736620. OLE color: 9736620.

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

Color convert

RGB172145148-
CMYK00.160.140.33
HSL353.33º13.99%62.16%-
HSV(B)353.33º15.7%67.45%-
XYZ32.4831.1632.32-
YUV153.42124.95141.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 145 (57.03% from 255) = 31.18%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=36.99%
G=31.18%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214514800.160.140.33353.3313.9962.16
HexAC9194010E21161e3e
Octal25422122402016415411676
Binary10101100100100011001010001000011101000011011000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9194; }

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

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

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

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

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

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

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

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