#AC9095

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

Shades of Viola #AC9095

Tints of Viola #AC9095

Color information

#AC9095 (or 0xAC9095) is unknown color: approx Viola. HEX triplet: AC, 90 and 95. RGB value is (172,144,149). Sum of RGB (Red+Green+Blue) = 172+144+149=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 144 (56.64% from 255 or 30.97% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9095 is #536F6A. Grayscale: #989898. Windows color (decimal): -5468011 or 9801900. OLE color: 9801900.

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

Color convert

RGB172144149-
CMYK00.160.130.33
HSL349.29º14.43%61.96%-
HSV(B)349.29º16.28%67.45%-
XYZ32.4130.8932.69-
YUV152.94125.78141.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.99%
GREEN value IS 144 (56.64% from 255) = 30.97%
BLUE value IS 149 (58.59% from 255) = 32.04%
R=36.99%
G=30.97%
B=32.04%

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
Decimal17214414900.160.130.33349.2914.4361.96
HexAC9095010D2115de3e
Octal25422022502015415351676
Binary10101100100100001001010101000011011000011010111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9095; }

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

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

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

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

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

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

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

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