#AC9198

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

Shades of Viola #AC9198

Tints of Viola #AC9198

Color information

#AC9198 (or 0xAC9198) is unknown color: approx Viola. HEX triplet: AC, 91 and 98. RGB value is (172,145,152). Sum of RGB (Red+Green+Blue) = 172+145+152=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9198 is #536E67. Grayscale: #999999. Windows color (decimal): -5467752 or 9998764. OLE color: 9998764.

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

Color convert

RGB172145152-
CMYK00.160.120.33
HSL344.44º13.99%62.16%-
HSV(B)344.44º15.7%67.45%-
XYZ32.8131.2934.02-
YUV153.87126.95140.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.67%
GREEN value IS 145 (57.03% from 255) = 30.92%
BLUE value IS 152 (59.77% from 255) = 32.41%
R=36.67%
G=30.92%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214515200.160.120.33344.4413.9962.16
HexAC9198010C21158e3e
Octal25422123002014415301676
Binary10101100100100011001100001000011001000011010110001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9198; }

 p { color: rgb(172,145,152); }

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

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

 a { background-color: rgb(172,145,152); }

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

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

 span { border-color: rgb(172,145,152); }

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