#A9298E

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

Shades of Medium Red Violet #A9298E

Tints of Medium Red Violet #A9298E

Color information

#A9298E (or 0xA9298E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 29 and 8E. RGB value is (169,41,142). Sum of RGB (Red+Green+Blue) = 169+41+142=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A9298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9298E is #56D671. Grayscale: #5A5A5A. Windows color (decimal): -5690994 or 9316777. OLE color: 9316777.

HSL color Cylindrical-coordinate representation of color #A9298E: hue angle of 312.66º 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 #A9298E is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB16941142-
CMYK00.760.160.34
HSL312.66º60.95%41.18%-
HSV(B)312.66º75.74%66.27%-
XYZ22.0411.9726.74-
YUV90.79156.91183.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 41 (16.41% from 255) = 11.65%
BLUE value IS 142 (55.86% from 255) = 40.34%
R=48.01%
G=11.65%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694114200.760.160.34312.6660.9541.18
HexA9298E04C10221393d29
Octal25151216011420424717551
Binary10101001101001100011100100110010000100010100111001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9298E; }

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

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

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

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

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

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

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

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