#A9298B

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

Shades of Medium Red Violet #A9298B

Tints of Medium Red Violet #A9298B

Color information

#A9298B (or 0xA9298B) is unknown color: approx Medium Red Violet. HEX triplet: A9, 29 and 8B. RGB value is (169,41,139). Sum of RGB (Red+Green+Blue) = 169+41+139=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 41 (16.41% from 255 or 11.75% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9298B is #56D674. Grayscale: #5A5A5A. Windows color (decimal): -5690997 or 9120169. OLE color: 9120169.

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

Color convert

RGB16941139-
CMYK00.760.180.34
HSL314.06º60.95%41.18%-
HSV(B)314.06º75.74%66.27%-
XYZ21.8211.8825.57-
YUV90.44155.41184.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 41 (16.41% from 255) = 11.75%
BLUE value IS 139 (54.69% from 255) = 39.83%
R=48.42%
G=11.75%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1694113900.760.180.34314.0660.9541.18
HexA9298B04C122213a3d29
Octal25151213011422424727551
Binary10101001101001100010110100110010010100010100111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9298B; }

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

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

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

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

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

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

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

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