Shades of Medium Red Violet #A5398C
Tints of Medium Red Violet #A5398C
RGB
CMYK
RGB Variations
Color information
#A5398C (or 0xA5398C) is known color: Medium Red Violet. HEX triplet: A5, 39 and 8C. RGB value is (165,57,140). Sum of RGB (Red+Green+Blue) = 165+57+140=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5398C is #5AC673. Grayscale: #626262. Windows color (decimal): -5949044 or 9189797. OLE color: 9189797.
HSL color Cylindrical-coordinate representation of color #A5398C: hue angle of 313.89º 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 #A5398C is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 57 | 140 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.35 |
| HSL | 313.89º | 0.49% | 0.44% | - |
| HSV(B) | 313.89º | 0.65% | 0.65% | - |
| XYZ | 21.71 | 12.82 | 26.14 | - |
| YUV | 98.75 | 151.28 | 175.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 57 | 140 | 0 | 0.65 | 0.15 | 0.35 | 313.89 | 0.49 | 0.44 |
| Hex | A5 | 39 | 8C | 0 | 41 | F | 23 | 13A | 31 | 2C |
| Octal | 245 | 71 | 214 | 0 | 101 | 17 | 43 | 472 | 61 | 54 |
| Binary | 10100101 | 111001 | 10001100 | 0 | 1000001 | 1111 | 100011 | 100111010 | 110001 | 101100 |
Color Harmonies of #A5398C
Complementary color
Monochromatic Colors of #A5398C
Black with #A5398C
Text Example
Text Example
White with #A5398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5398C; }
p { color: rgb(165,57,140); }
H1.HeaderClassName
{
color: #A5398C;
}
.AnyTagClassName
{
color: #A5398C;
}
</style>
background-color css
<style>
a { background-color: #A5398C; }
a { background-color: rgb(165,57,140); }
div.DivClassName
{
background-color: #A5398C;
}
.BgClassName
{
background-color: #A5398C;
}
</style>
border-color css
<style>
span { border-color: #A5398C; }
span { border-color: rgb(165,57,140); }
td.TdClassName
{
border-color: #A5398C;
}
.TagClassName
{
border-color: #A5398C;
}
</style>