#A9379B

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

Shades of Medium Red Violet #A9379B

Tints of Medium Red Violet #A9379B

Color information

#A9379B (or 0xA9379B) is unknown color: approx Medium Red Violet. HEX triplet: A9, 37 and 9B. RGB value is (169,55,155). Sum of RGB (Red+Green+Blue) = 169+55+155=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9379B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9379B is #56C864. Grayscale: #646464. Windows color (decimal): -5687397 or 10172329. OLE color: 10172329.

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

Color convert

RGB16955155-
CMYK00.670.080.34
HSL307.37º50.89%43.92%-
HSV(B)307.37º67.46%66.27%-
XYZ23.6413.5332.38-
YUV100.49158.77176.87-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 55 (21.88% from 255) = 14.51%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=44.59%
G=14.51%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695515500.670.080.34307.3750.8943.92
HexA9379B043822133332c
Octal25167233010310424636354
Binary1010100111011110011011010000111000100010100110011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9379B; }

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

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

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

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

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

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

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

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