#AC9096

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

Shades of Viola #AC9096

Tints of Viola #AC9096

Color information

#AC9096 (or 0xAC9096) is unknown color: approx Viola. HEX triplet: AC, 90 and 96. RGB value is (172,144,150). Sum of RGB (Red+Green+Blue) = 172+144+150=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9096 is #536F69. Grayscale: #999999. Windows color (decimal): -5468010 or 9867436. OLE color: 9867436.

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

Color convert

RGB172144150-
CMYK00.160.130.33
HSL347.14º14.43%61.96%-
HSV(B)347.14º16.28%67.45%-
XYZ32.4930.9233.11-
YUV153.06126.28141.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=36.91%
G=30.90%
B=32.19%

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
Decimal17214415000.160.130.33347.1414.4361.96
HexAC9096010D2115be3e
Octal25422022602015415331676
Binary10101100100100001001011001000011011000011010110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9096; }

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

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

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

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

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

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

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

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