#A9337F

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

Shades of Medium Red Violet #A9337F

Tints of Medium Red Violet #A9337F

Color information

#A9337F (or 0xA9337F) is unknown color: approx Medium Red Violet. HEX triplet: A9, 33 and 7F. RGB value is (169,51,127). Sum of RGB (Red+Green+Blue) = 169+51+127=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9337F is #56CC80. Grayscale: #5E5E5E. Windows color (decimal): -5688449 or 8336297. OLE color: 8336297.

HSL color Cylindrical-coordinate representation of color #A9337F: hue angle of 321.36º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A9337F is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16951127-
CMYK00.700.250.34
HSL321.36º53.64%43.14%-
HSV(B)321.36º69.82%66.27%-
XYZ21.3812.3321.33-
YUV94.95146.09180.82-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 51 (20.31% from 255) = 14.70%
BLUE value IS 127 (50% from 255) = 36.60%
R=48.70%
G=14.70%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695112700.700.250.34321.3653.6443.14
HexA9337F0461922141362b
Octal25163177010631425016653
Binary1010100111001111111110100011011001100010101000001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9337F; }

 p { color: rgb(169,51,127); }

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

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

 a { background-color: rgb(169,51,127); }

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

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

 span { border-color: rgb(169,51,127); }

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