#A9299A

Color #A9299A Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A9299A

Tints of Medium Red Violet #A9299A

Color information

#A9299A (or 0xA9299A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 29 and 9A. RGB value is (169,41,154). Sum of RGB (Red+Green+Blue) = 169+41+154=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A9299A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9299A is #56D665. Grayscale: #5B5B5B. Windows color (decimal): -5690982 or 10103209. OLE color: 10103209.

HSL color Cylindrical-coordinate representation of color #A9299A: hue angle of 307.03º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A9299A is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB16941154-
CMYK00.760.090.34
HSL307.03º60.95%41.18%-
HSV(B)307.03º75.74%66.27%-
XYZ22.9912.3531.74-
YUV92.15162.91182.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 41 (16.41% from 255) = 11.26%
BLUE value IS 154 (60.55% from 255) = 42.31%
R=46.43%
G=11.26%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694115400.760.090.34307.0360.9541.18
HexA9299A04C9221333d29
Octal25151232011411424637551
Binary1010100110100110011010010011001001100010100110011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9299A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9299A; }

 p { color: rgb(169,41,154); }

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

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

 a { background-color: rgb(169,41,154); }

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

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

 span { border-color: rgb(169,41,154); }

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