#AC8893

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

Shades of Viola #AC8893

Tints of Viola #AC8893

Color information

#AC8893 (or 0xAC8893) is unknown color: approx Viola. HEX triplet: AC, 88 and 93. RGB value is (172,136,147). Sum of RGB (Red+Green+Blue) = 172+136+147=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 136 (53.52% from 255 or 29.89% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8893 is #53776C. Grayscale: #949494. Windows color (decimal): -5470061 or 9668780. OLE color: 9668780.

HSL color Cylindrical-coordinate representation of color #AC8893: hue angle of 341.67º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AC8893 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB172136147-
CMYK00.210.150.33
HSL341.67º17.82%60.39%-
HSV(B)341.67º20.93%67.45%-
XYZ31.0828.4931.46-
YUV148.02127.43145.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 136 (53.52% from 255) = 29.89%
BLUE value IS 147 (57.81% from 255) = 32.31%
R=37.80%
G=29.89%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213614700.210.150.33341.6717.8260.39
HexAC8893015F21156123c
Octal25421022302517415262274
Binary101011001000100010010011010101111110000110101011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8893; }

 p { color: rgb(172,136,147); }

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

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

 a { background-color: rgb(172,136,147); }

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

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

 span { border-color: rgb(172,136,147); }

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