#A9379F

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

Shades of Medium Red Violet #A9379F

Tints of Medium Red Violet #A9379F

Color information

#A9379F (or 0xA9379F) is unknown color: approx Medium Red Violet. HEX triplet: A9, 37 and 9F. RGB value is (169,55,159). Sum of RGB (Red+Green+Blue) = 169+55+159=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 55 (21.88% from 255 or 14.36% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9379F is #56C860. Grayscale: #646464. Windows color (decimal): -5687393 or 10434473. OLE color: 10434473.

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

Color convert

RGB16955159-
CMYK00.670.060.34
HSL305.26º50.89%43.92%-
HSV(B)305.26º67.46%66.27%-
XYZ23.9913.6734.18-
YUV100.94160.77176.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 55 (21.88% from 255) = 14.36%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=44.13%
G=14.36%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695515900.670.060.34305.2650.8943.92
HexA9379F043622131332c
Octal2516723701036424616354
Binary101010011101111001111101000011110100010100110001110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9379F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9379F; }

 p { color: rgb(169,55,159); }

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

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

 a { background-color: rgb(169,55,159); }

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

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

 span { border-color: rgb(169,55,159); }

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