#A9347A

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

Shades of Medium Red Violet #A9347A

Tints of Medium Red Violet #A9347A

Color information

#A9347A (or 0xA9347A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 34 and 7A. RGB value is (169,52,122). Sum of RGB (Red+Green+Blue) = 169+52+122=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9347A is #56CB85. Grayscale: #5E5E5E. Windows color (decimal): -5688198 or 8008873. OLE color: 8008873.

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

Color convert

RGB16952122-
CMYK00.690.280.34
HSL324.1º52.94%43.33%-
HSV(B)324.1º69.23%66.27%-
XYZ21.112.319.67-
YUV94.96143.26180.81-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 52 (20.70% from 255) = 15.16%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=49.27%
G=15.16%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695212200.690.280.34324.152.9443.33
HexA9347A0451C22144352b
Octal25164172010534425046553
Binary1010100111010011110100100010111100100010101000100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9347A; }

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

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

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

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

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

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

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

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