#A9347C

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

Shades of Medium Red Violet #A9347C

Tints of Medium Red Violet #A9347C

Color information

#A9347C (or 0xA9347C) is unknown color: approx Medium Red Violet. HEX triplet: A9, 34 and 7C. RGB value is (169,52,124). Sum of RGB (Red+Green+Blue) = 169+52+124=345 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.99% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 169 - color contains mainly: red. Hex color #A9347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9347C is #56CB83. Grayscale: #5F5F5F. Windows color (decimal): -5688196 or 8139945. OLE color: 8139945.

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

Color convert

RGB16952124-
CMYK00.690.270.34
HSL323.08º52.94%43.33%-
HSV(B)323.08º69.23%66.27%-
XYZ21.2312.3520.33-
YUV95.19144.26180.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.99%
GREEN value IS 52 (20.70% from 255) = 15.07%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=48.99%
G=15.07%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695212400.690.270.34323.0852.9443.33
HexA9347C0451B22143352b
Octal25164174010533425036553
Binary1010100111010011111000100010111011100010101000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9347C; }

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

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

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

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

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

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

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

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