Shades of Medium Red Violet #A5398F
Tints of Medium Red Violet #A5398F
RGB
CMYK
RGB Variations
Color information
#A5398F (or 0xA5398F) is known color: Medium Red Violet. HEX triplet: A5, 39 and 8F. RGB value is (165,57,143). Sum of RGB (Red+Green+Blue) = 165+57+143=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A5398F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5398F is #5AC670. Grayscale: #626262. Windows color (decimal): -5949041 or 9386405. OLE color: 9386405.
HSL color Cylindrical-coordinate representation of color #A5398F: hue angle of 312.22º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A5398F is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 143 | - |
| CMYK | 0 | 0.65 | 0.13 | 0.35 |
| HSL | 312.22º | 0.49% | 0.44% | - |
| HSV(B) | 312.22º | 0.65% | 0.65% | - |
| XYZ | 21.94 | 12.91 | 27.32 | - |
| YUV | 99.1 | 152.78 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 143 | 0 | 0.65 | 0.13 | 0.35 | 312.22 | 0.49 | 0.44 |
| Hex | A5 | 39 | 8F | 0 | 41 | D | 23 | 138 | 31 | 2C |
| Octal | 245 | 71 | 217 | 0 | 101 | 15 | 43 | 470 | 61 | 54 |
| Binary | 10100101 | 111001 | 10001111 | 0 | 1000001 | 1101 | 100011 | 100111000 | 110001 | 101100 |
Color Harmonies of #A5398F
Complementary color
Monochromatic Colors of #A5398F
Black with #A5398F
Text Example
Text Example
White with #A5398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5398F; }
p { color: rgb(165,57,143); }
H1.HeaderClassName
{
color: #A5398F;
}
.AnyTagClassName
{
color: #A5398F;
}
</style>
background-color css
<style>
a { background-color: #A5398F; }
a { background-color: rgb(165,57,143); }
div.DivClassName
{
background-color: #A5398F;
}
.BgClassName
{
background-color: #A5398F;
}
</style>
border-color css
<style>
span { border-color: #A5398F; }
span { border-color: rgb(165,57,143); }
td.TdClassName
{
border-color: #A5398F;
}
.TagClassName
{
border-color: #A5398F;
}
</style>