#A5318A

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

Shades of Medium Red Violet #A5318A

Tints of Medium Red Violet #A5318A

Color information

#A5318A (or 0xA5318A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 31 and 8A. RGB value is (165,49,138). Sum of RGB (Red+Green+Blue) = 165+49+138=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 49 (19.53% from 255 or 13.92% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A5318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5318A is #5ACE75. Grayscale: #5D5D5D. Windows color (decimal): -5951094 or 9056677. OLE color: 9056677.

HSL color Cylindrical-coordinate representation of color #A5318A: hue angle of 313.97º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A5318A is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB16549138-
CMYK00.700.160.35
HSL313.97º54.21%41.96%-
HSV(B)313.97º70.3%64.71%-
XYZ21.212.0325.25-
YUV93.83152.93178.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 49 (19.53% from 255) = 13.92%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=46.88%
G=13.92%
B=39.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654913800.700.160.35313.9754.2141.96
HexA5318A046102313a362a
Octal24561212010620434726652
Binary10100101110001100010100100011010000100011100111010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5318A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5318A; }

 p { color: rgb(165,49,138); }

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

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

 a { background-color: rgb(165,49,138); }

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

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

 span { border-color: rgb(165,49,138); }

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