#AC8C8D

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

Shades of Viola #AC8C8D

Tints of Viola #AC8C8D

Color information

#AC8C8D (or 0xAC8C8D) is unknown color: approx Viola. HEX triplet: AC, 8C and 8D. RGB value is (172,140,141). Sum of RGB (Red+Green+Blue) = 172+140+141=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8C8D is #537372. Grayscale: #959595. Windows color (decimal): -5469043 or 9276588. OLE color: 9276588.

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

Color convert

RGB172140141-
CMYK00.190.180.33
HSL358.12º16.16%61.18%-
HSV(B)358.12º18.6%67.45%-
XYZ31.229.4529.24-
YUV149.68123.1143.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.97%
GREEN value IS 140 (55.08% from 255) = 30.91%
BLUE value IS 141 (55.47% from 255) = 31.13%
R=37.97%
G=30.91%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214014100.190.180.33358.1216.1661.18
HexAC8C8D0131221166103d
Octal25421421502322415462075
Binary1010110010001100100011010100111001010000110110011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8C8D; }

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

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

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

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

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

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

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

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