#AC8D90

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

Shades of Viola #AC8D90

Tints of Viola #AC8D90

Color information

#AC8D90 (or 0xAC8D90) is unknown color: approx Viola. HEX triplet: AC, 8D and 90. RGB value is (172,141,144). Sum of RGB (Red+Green+Blue) = 172+141+144=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8D90 is #53726F. Grayscale: #969696. Windows color (decimal): -5468784 or 9473452. OLE color: 9473452.

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

Color convert

RGB172141144-
CMYK00.180.160.33
HSL354.19º15.74%61.37%-
HSV(B)354.19º18.02%67.45%-
XYZ31.5729.8330.48-
YUV150.61124.27143.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 141 (55.47% from 255) = 30.85%
BLUE value IS 144 (56.64% from 255) = 31.51%
R=37.64%
G=30.85%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214114400.180.160.33354.1915.7461.37
HexAC8D900121021162103d
Octal25421522002220415422075
Binary1010110010001101100100000100101000010000110110001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D90; }

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

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

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

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

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

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

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

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