#AC9B9E

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

Shades of Viola #AC9B9E

Tints of Viola #AC9B9E

Color information

#AC9B9E (or 0xAC9B9E) is unknown color: approx Viola. HEX triplet: AC, 9B and 9E. RGB value is (172,155,158). Sum of RGB (Red+Green+Blue) = 172+155+158=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 155 (60.94% from 255 or 31.96% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9B9E is #536461. Grayscale: #A0A0A0. Windows color (decimal): -5465186 or 10394540. OLE color: 10394540.

HSL color Cylindrical-coordinate representation of color #AC9B9E: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AC9B9E is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB172155158-
CMYK00.100.080.33
HSL349.41º9.29%64.12%-
HSV(B)349.41º9.88%67.45%-
XYZ34.9134.6837.2-
YUV160.43126.63136.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.46%
GREEN value IS 155 (60.94% from 255) = 31.96%
BLUE value IS 158 (62.11% from 255) = 32.58%
R=35.46%
G=31.96%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17215515800.100.080.33349.419.2964.12
HexAC9B9E0A82115d940
Octal254233236012104153511100
Binary10101100100110111001111001010100010000110101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9B9E; }

 p { color: rgb(172,155,158); }

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

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

 a { background-color: rgb(172,155,158); }

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

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

 span { border-color: rgb(172,155,158); }

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