#A9298D

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

Shades of Medium Red Violet #A9298D

Tints of Medium Red Violet #A9298D

Color information

#A9298D (or 0xA9298D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 29 and 8D. RGB value is (169,41,141). Sum of RGB (Red+Green+Blue) = 169+41+141=351 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.15% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 169 - color contains mainly: red. Hex color #A9298D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9298D is #56D672. Grayscale: #5A5A5A. Windows color (decimal): -5690995 or 9251241. OLE color: 9251241.

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

Color convert

RGB16941141-
CMYK00.760.170.34
HSL313.12º60.95%41.18%-
HSV(B)313.12º75.74%66.27%-
XYZ21.9611.9426.35-
YUV90.67156.41183.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.15%
GREEN value IS 41 (16.41% from 255) = 11.68%
BLUE value IS 141 (55.47% from 255) = 40.17%
R=48.15%
G=11.68%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694114100.760.170.34313.1260.9541.18
HexA9298D04C11221393d29
Octal25151215011421424717551
Binary10101001101001100011010100110010001100010100111001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9298D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9298D; }

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

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

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

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

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

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

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

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