#A7347E

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

Shades of Medium Red Violet #A7347E

Tints of Medium Red Violet #A7347E

Color information

#A7347E (or 0xA7347E) is unknown color: approx Medium Red Violet. HEX triplet: A7, 34 and 7E. RGB value is (167,52,126). Sum of RGB (Red+Green+Blue) = 167+52+126=345 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.41% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 167 - color contains mainly: red. Hex color #A7347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7347E is #58CB81. Grayscale: #5E5E5E. Windows color (decimal): -5819266 or 8271015. OLE color: 8271015.

HSL color Cylindrical-coordinate representation of color #A7347E: hue angle of 321.39º 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 #A7347E is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16752126-
CMYK00.690.250.35
HSL321.39º52.51%42.94%-
HSV(B)321.39º68.86%65.49%-
XYZ20.9312.1820.99-
YUV94.82145.6179.48-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 48.41%
GREEN value IS 52 (20.70% from 255) = 15.07%
BLUE value IS 126 (49.61% from 255) = 36.52%
R=48.41%
G=15.07%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1675212600.690.250.35321.3952.5142.94
HexA7347E0451923141352b
Octal24764176010531435016553
Binary1010011111010011111100100010111001100011101000001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7347E; }

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

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

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

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

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

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

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

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