#AC8D8E

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

Shades of Viola #AC8D8E

Tints of Viola #AC8D8E

Color information

#AC8D8E (or 0xAC8D8E) is unknown color: approx Viola. HEX triplet: AC, 8D and 8E. RGB value is (172,141,142). Sum of RGB (Red+Green+Blue) = 172+141+142=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 141 (55.47% from 255 or 30.99% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D8E is #537271. Grayscale: #969696. Windows color (decimal): -5468786 or 9342380. OLE color: 9342380.

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

Color convert

RGB172141142-
CMYK00.180.170.33
HSL358.06º15.74%61.37%-
HSV(B)358.06º18.02%67.45%-
XYZ31.4229.7729.68-
YUV150.38123.27143.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.80%
GREEN value IS 141 (55.47% from 255) = 30.99%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=37.80%
G=30.99%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214114200.180.170.33358.0615.7461.37
HexAC8D8E0121121166103d
Octal25421521602221415462075
Binary1010110010001101100011100100101000110000110110011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D8E; }

 p { color: rgb(172,141,142); }

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

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

 a { background-color: rgb(172,141,142); }

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

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

 span { border-color: rgb(172,141,142); }

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