#AA8C8D

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

Shades of Viola #AA8C8D

Tints of Viola #AA8C8D

Color information

#AA8C8D (or 0xAA8C8D) is unknown color: approx Viola. HEX triplet: AA, 8C and 8D. RGB value is (170,140,141). Sum of RGB (Red+Green+Blue) = 170+140+141=451 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.69% from 451); Green value is 140 (55.08% from 255 or 31.04% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C8D is #557372. Grayscale: #959595. Windows color (decimal): -5600115 or 9276586. OLE color: 9276586.

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

Color convert

RGB170140141-
CMYK00.180.170.33
HSL358º15%60.78%-
HSV(B)358º17.65%66.67%-
XYZ30.7629.2329.22-
YUV149.08123.44142.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.69%
GREEN value IS 140 (55.08% from 255) = 31.04%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=37.69%
G=31.04%
B=31.26%

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
Decimal17014014100.180.170.333581560.78
HexAA8C8D0121121166f3d
Octal25221421502221415461775
Binary101010101000110010001101010010100011000011011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C8D; }

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

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

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

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

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

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

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

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