#AC9094

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

Shades of Viola #AC9094

Tints of Viola #AC9094

Color information

#AC9094 (or 0xAC9094) is unknown color: approx Viola. HEX triplet: AC, 90 and 94. RGB value is (172,144,148). Sum of RGB (Red+Green+Blue) = 172+144+148=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 144 (56.64% from 255 or 31.03% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9094 is #536F6B. Grayscale: #989898. Windows color (decimal): -5468012 or 9736364. OLE color: 9736364.

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

Color convert

RGB172144148-
CMYK00.160.140.33
HSL351.43º14.43%61.96%-
HSV(B)351.43º16.28%67.45%-
XYZ32.3330.8632.27-
YUV152.83125.28141.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 144 (56.64% from 255) = 31.03%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=37.07%
G=31.03%
B=31.90%

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
Decimal17214414800.160.140.33351.4314.4361.96
HexAC9094010E2115fe3e
Octal25422022402016415371676
Binary10101100100100001001010001000011101000011010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9094; }

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

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

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

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

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

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

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

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