#AC9295

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

Shades of Viola #AC9295

Tints of Viola #AC9295

Color information

#AC9295 (or 0xAC9295) is unknown color: approx Viola. HEX triplet: AC, 92 and 95. RGB value is (172,146,149). Sum of RGB (Red+Green+Blue) = 172+146+149=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 146 (57.42% from 255 or 31.26% from 467); Blue value is 149 (58.59% from 255 or 31.91% from 467); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9295 is #536D6A. Grayscale: #9A9A9A. Windows color (decimal): -5467499 or 9802412. OLE color: 9802412.

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

Color convert

RGB172146149-
CMYK00.150.130.33
HSL353.08º13.54%62.35%-
HSV(B)353.08º15.12%67.45%-
XYZ32.7231.532.79-
YUV154.12125.11140.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.83%
GREEN value IS 146 (57.42% from 255) = 31.26%
BLUE value IS 149 (58.59% from 255) = 31.91%
R=36.83%
G=31.26%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214614900.150.130.33353.0813.5462.35
HexAC92950FD21161e3e
Octal25422222501715415411676
Binary1010110010010010100101010111111011000011011000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9295; }

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

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

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

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

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

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

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

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