#A9397A

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

Shades of Medium Red Violet #A9397A

Tints of Medium Red Violet #A9397A

Color information

#A9397A (or 0xA9397A) is unknown color: approx Medium Red Violet. HEX triplet: A9, 39 and 7A. RGB value is (169,57,122). Sum of RGB (Red+Green+Blue) = 169+57+122=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 122 (48.05% from 255 or 35.06% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A9397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9397A is #56C685. Grayscale: #616161. Windows color (decimal): -5686918 or 8010153. OLE color: 8010153.

HSL color Cylindrical-coordinate representation of color #A9397A: hue angle of 325.18º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A9397A is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16957122-
CMYK00.660.280.34
HSL325.18º49.56%44.31%-
HSV(B)325.18º66.27%66.27%-
XYZ21.3412.7719.75-
YUV97.9141.61178.71-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 122 (48.05% from 255) = 35.06%
R=48.56%
G=16.38%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695712200.660.280.34325.1849.5644.31
HexA9397A0421C22145322c
Octal25171172010234425056254
Binary1010100111100111110100100001011100100010101000101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9397A; }

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

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

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

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

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

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

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

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