#A5317A

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

Shades of Medium Red Violet #A5317A

Tints of Medium Red Violet #A5317A

Color information

#A5317A (or 0xA5317A) is unknown color: approx Medium Red Violet. HEX triplet: A5, 31 and 7A. RGB value is (165,49,122). Sum of RGB (Red+Green+Blue) = 165+49+122=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A5317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5317A is #5ACE85. Grayscale: #5B5B5B. Windows color (decimal): -5951110 or 8008101. OLE color: 8008101.

HSL color Cylindrical-coordinate representation of color #A5317A: hue angle of 322.24º 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 #A5317A is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB16549122-
CMYK00.700.260.35
HSL322.24º54.21%41.96%-
HSV(B)322.24º70.3%64.71%-
XYZ20.1311.619.59-
YUV92.01144.93180.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.11%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 122 (48.05% from 255) = 36.31%
R=49.11%
G=14.58%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1654912200.700.260.35322.2454.2141.96
HexA5317A0461A23142362a
Octal24561172010632435026652
Binary1010010111000111110100100011011010100011101000010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5317A; }

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

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

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

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

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

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

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

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