#A9249E

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

Shades of Medium Red Violet #A9249E

Tints of Medium Red Violet #A9249E

Color information

#A9249E (or 0xA9249E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 24 and 9E. RGB value is (169,36,158). Sum of RGB (Red+Green+Blue) = 169+36+158=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9249E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9249E is #56DB61. Grayscale: #595959. Windows color (decimal): -5692258 or 10364073. OLE color: 10364073.

HSL color Cylindrical-coordinate representation of color #A9249E: hue angle of 304.96º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A9249E is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16936158-
CMYK00.790.070.34
HSL304.96º64.88%40.2%-
HSV(B)304.96º78.7%66.27%-
XYZ23.1612.1733.47-
YUV89.68166.56184.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 36 (14.45% from 255) = 9.92%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=46.56%
G=9.92%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693615800.790.070.34304.9664.8840.2
HexA9249E04F7221314128
Octal25144236011774246110150
Binary1010100110010010011110010011111111000101001100011000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9249E; }

 p { color: rgb(169,36,158); }

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

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

 a { background-color: rgb(169,36,158); }

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

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

 span { border-color: rgb(169,36,158); }

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