#A9397B

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

Shades of Medium Red Violet #A9397B

Tints of Medium Red Violet #A9397B

Color information

#A9397B (or 0xA9397B) is unknown color: approx Medium Red Violet. HEX triplet: A9, 39 and 7B. RGB value is (169,57,123). Sum of RGB (Red+Green+Blue) = 169+57+123=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 123 (48.44% from 255 or 35.24% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A9397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9397B is #56C684. Grayscale: #616161. Windows color (decimal): -5686917 or 8075689. OLE color: 8075689.

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

Color convert

RGB16957123-
CMYK00.660.270.34
HSL324.64º49.56%44.31%-
HSV(B)324.64º66.27%66.27%-
XYZ21.412.7920.08-
YUV98.01142.11178.63-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 57 (22.66% from 255) = 16.33%
BLUE value IS 123 (48.44% from 255) = 35.24%
R=48.42%
G=16.33%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695712300.660.270.34324.6449.5644.31
HexA9397B0421B22145322c
Octal25171173010233425056254
Binary1010100111100111110110100001011011100010101000101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9397B; }

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

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

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

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

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

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

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

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