#A7349F

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

Shades of Medium Red Violet #A7349F

Tints of Medium Red Violet #A7349F

Color information

#A7349F (or 0xA7349F) is unknown color: approx Medium Red Violet. HEX triplet: A7, 34 and 9F. RGB value is (167,52,159). Sum of RGB (Red+Green+Blue) = 167+52+159=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 159 (62.5% from 255 or 42.06% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7349F is #58CB60. Grayscale: #626262. Windows color (decimal): -5819233 or 10433703. OLE color: 10433703.

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

Color convert

RGB16752159-
CMYK00.690.050.35
HSL304.17º52.51%42.94%-
HSV(B)304.17º68.86%65.49%-
XYZ23.4213.1734.11-
YUV98.58162.1176.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 52 (20.70% from 255) = 13.76%
BLUE value IS 159 (62.5% from 255) = 42.06%
R=44.18%
G=13.76%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675215900.690.050.35304.1752.5142.94
HexA7349F045523130352b
Octal2476423701055434606553
Binary101001111101001001111101000101101100011100110000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7349F; }

 p { color: rgb(167,52,159); }

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

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

 a { background-color: rgb(167,52,159); }

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

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

 span { border-color: rgb(167,52,159); }

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