Shades of Medium Red Violet #A5378B
Tints of Medium Red Violet #A5378B
RGB
CMYK
RGB Variations
Color information
#A5378B (or 0xA5378B) is known color: Medium Red Violet. HEX triplet: A5, 37 and 8B. RGB value is (165,55,139). Sum of RGB (Red+Green+Blue) = 165+55+139=359 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.96% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 165 - color contains mainly: red. Hex color #A5378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5378B is #5AC874. Grayscale: #616161. Windows color (decimal): -5949557 or 9123749. OLE color: 9123749.
HSL color Cylindrical-coordinate representation of color #A5378B: hue angle of 314.18º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A5378B is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 55 | 139 | - |
| CMYK | 0 | 0.67 | 0.16 | 0.35 |
| HSL | 314.18º | 0.5% | 0.43% | - |
| HSV(B) | 314.18º | 0.67% | 0.65% | - |
| XYZ | 21.54 | 12.6 | 25.72 | - |
| YUV | 97.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 55 | 139 | 0 | 0.67 | 0.16 | 0.35 | 314.18 | 0.5 | 0.43 |
| Hex | A5 | 37 | 8B | 0 | 43 | 10 | 23 | 13A | 32 | 2B |
| Octal | 245 | 67 | 213 | 0 | 103 | 20 | 43 | 472 | 62 | 53 |
| Binary | 10100101 | 110111 | 10001011 | 0 | 1000011 | 10000 | 100011 | 100111010 | 110010 | 101011 |
Color Harmonies of #A5378B
Complementary color
Monochromatic Colors of #A5378B
Black with #A5378B
Text Example
Text Example
White with #A5378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5378B; }
p { color: rgb(165,55,139); }
H1.HeaderClassName
{
color: #A5378B;
}
.AnyTagClassName
{
color: #A5378B;
}
</style>
background-color css
<style>
a { background-color: #A5378B; }
a { background-color: rgb(165,55,139); }
div.DivClassName
{
background-color: #A5378B;
}
.BgClassName
{
background-color: #A5378B;
}
</style>
border-color css
<style>
span { border-color: #A5378B; }
span { border-color: rgb(165,55,139); }
td.TdClassName
{
border-color: #A5378B;
}
.TagClassName
{
border-color: #A5378B;
}
</style>