#A9349D

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

Shades of Medium Red Violet #A9349D

Tints of Medium Red Violet #A9349D

Color information

#A9349D (or 0xA9349D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 34 and 9D. RGB value is (169,52,157). Sum of RGB (Red+Green+Blue) = 169+52+157=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9349D is #56CB62. Grayscale: #626262. Windows color (decimal): -5688163 or 10302633. OLE color: 10302633.

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

Color convert

RGB16952157-
CMYK00.690.070.34
HSL306.15º52.94%43.33%-
HSV(B)306.15º69.23%66.27%-
XYZ23.6813.3333.22-
YUV98.95160.76177.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 52 (20.70% from 255) = 13.76%
BLUE value IS 157 (61.72% from 255) = 41.53%
R=44.71%
G=13.76%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695215700.690.070.34306.1552.9443.33
HexA9349D045722132352b
Octal2516423501057424626553
Binary101010011101001001110101000101111100010100110010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9349D; }

 p { color: rgb(169,52,157); }

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

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

 a { background-color: rgb(169,52,157); }

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

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

 span { border-color: rgb(169,52,157); }

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