#A8319F

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

Shades of Medium Red Violet #A8319F

Tints of Medium Red Violet #A8319F

Color information

#A8319F (or 0xA8319F) is unknown color: approx Medium Red Violet. HEX triplet: A8, 31 and 9F. RGB value is (168,49,159). Sum of RGB (Red+Green+Blue) = 168+49+159=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 49 (19.53% from 255 or 13.03% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A8319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8319F is #57CE60. Grayscale: #606060. Windows color (decimal): -5754465 or 10432936. OLE color: 10432936.

HSL color Cylindrical-coordinate representation of color #A8319F: hue angle of 304.54º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8319F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB16849159-
CMYK00.710.050.34
HSL304.54º54.84%42.55%-
HSV(B)304.54º70.83%65.88%-
XYZ23.513.0234.08-
YUV97.12162.92178.56-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 49 (19.53% from 255) = 13.03%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=44.68%
G=13.03%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684915900.710.050.34304.5454.8442.55
HexA8319F047522131372b
Octal2506123701075424616753
Binary101010001100011001111101000111101100010100110001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8319F; }

 p { color: rgb(168,49,159); }

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

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

 a { background-color: rgb(168,49,159); }

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

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

 span { border-color: rgb(168,49,159); }

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