#A99294

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

Shades of Viola #A99294

Tints of Viola #A99294

Color information

#A99294 (or 0xA99294) is unknown color: approx Viola. HEX triplet: A9, 92 and 94. RGB value is (169,146,148). Sum of RGB (Red+Green+Blue) = 169+146+148=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 148 (58.20% from 255 or 31.97% from 463); Max value from RGB is 169 - color contains mainly: red. Hex color #A99294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99294 is #566D6B. Grayscale: #999999. Windows color (decimal): -5664108 or 9736873. OLE color: 9736873.

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

Color convert

RGB169146148-
CMYK00.140.120.34
HSL354.78º11.79%61.76%-
HSV(B)354.78º13.61%66.27%-
XYZ31.9931.1332.34-
YUV153.11125.12139.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 36.50%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 148 (58.20% from 255) = 31.97%
R=36.50%
G=31.53%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16914614800.140.120.34354.7811.7961.76
HexA992940EC22163c3e
Octal25122222401614425431476
Binary1010100110010010100101000111011001000101011000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99294; }

 p { color: rgb(169,146,148); }

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

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

 a { background-color: rgb(169,146,148); }

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

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

 span { border-color: rgb(169,146,148); }

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