#AC9195

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

Shades of Viola #AC9195

Tints of Viola #AC9195

Color information

#AC9195 (or 0xAC9195) is unknown color: approx Viola. HEX triplet: AC, 91 and 95. RGB value is (172,145,149). Sum of RGB (Red+Green+Blue) = 172+145+149=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9195 is #536E6A. Grayscale: #999999. Windows color (decimal): -5467755 or 9802156. OLE color: 9802156.

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

Color convert

RGB172145149-
CMYK00.160.130.33
HSL351.11º13.99%62.16%-
HSV(B)351.11º15.7%67.45%-
XYZ32.5631.1932.74-
YUV153.53125.45141.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 145 (57.03% from 255) = 31.12%
BLUE value IS 149 (58.59% from 255) = 31.97%
R=36.91%
G=31.12%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214514900.160.130.33351.1113.9962.16
HexAC9195010D2115fe3e
Octal25422122502015415371676
Binary10101100100100011001010101000011011000011010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9195; }

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

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

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

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

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

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

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

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