#A89293

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

Shades of Viola #A89293

Tints of Viola #A89293

Color information

#A89293 (or 0xA89293) is unknown color: approx Viola. HEX triplet: A8, 92 and 93. RGB value is (168,146,147). Sum of RGB (Red+Green+Blue) = 168+146+147=461 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.44% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 147 (57.81% from 255 or 31.89% from 461); Max value from RGB is 168 - color contains mainly: red. Hex color #A89293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89293 is #576D6C. Grayscale: #989898. Windows color (decimal): -5729645 or 9671336. OLE color: 9671336.

HSL color Cylindrical-coordinate representation of color #A89293: hue angle of 357.27º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A89293 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB168146147-
CMYK00.130.130.34
HSL357.27º11.22%61.57%-
HSV(B)357.27º13.1%65.88%-
XYZ31.6930.9931.91-
YUV152.69124.79138.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.44%
GREEN value IS 146 (57.42% from 255) = 31.67%
BLUE value IS 147 (57.81% from 255) = 31.89%
R=36.44%
G=31.67%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16814614700.130.130.34357.2711.2261.57
HexA892930DD22165b3e
Octal25022222301515425451376
Binary1010100010010010100100110110111011000101011001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89293; }

 p { color: rgb(168,146,147); }

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

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

 a { background-color: rgb(168,146,147); }

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

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

 span { border-color: rgb(168,146,147); }

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