#AA8B93

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

Shades of Viola #AA8B93

Tints of Viola #AA8B93

Color information

#AA8B93 (or 0xAA8B93) is unknown color: approx Viola. HEX triplet: AA, 8B and 93. RGB value is (170,139,147). Sum of RGB (Red+Green+Blue) = 170+139+147=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 147 (57.81% from 255 or 32.24% from 456); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B93 is #55746C. Grayscale: #959595. Windows color (decimal): -5600365 or 9669546. OLE color: 9669546.

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

Color convert

RGB170139147-
CMYK00.180.140.33
HSL344.52º15.42%60.59%-
HSV(B)344.52º18.24%66.67%-
XYZ31.0829.1231.59-
YUV149.18126.77142.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 139 (54.69% from 255) = 30.48%
BLUE value IS 147 (57.81% from 255) = 32.24%
R=37.28%
G=30.48%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013914700.180.140.33344.5215.4260.59
HexAA8B93012E21159f3d
Octal25221322302216415311775
Binary10101010100010111001001101001011101000011010110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8B93; }

 p { color: rgb(170,139,147); }

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

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

 a { background-color: rgb(170,139,147); }

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

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

 span { border-color: rgb(170,139,147); }

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