Shades of Medium Red Violet #A5438B
Tints of Medium Red Violet #A5438B
RGB
CMYK
RGB Variations
Color information
#A5438B (or 0xA5438B) is known color: Medium Red Violet. HEX triplet: A5, 43 and 8B. RGB value is (165,67,139). Sum of RGB (Red+Green+Blue) = 165+67+139=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A5438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5438B is #5ABC74. Grayscale: #686868. Windows color (decimal): -5946485 or 9126821. OLE color: 9126821.
HSL color Cylindrical-coordinate representation of color #A5438B: hue angle of 315.92º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A5438B is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 67 | 139 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.35 |
| HSL | 315.92º | 0.42% | 0.45% | - |
| HSV(B) | 315.92º | 0.59% | 0.65% | - |
| XYZ | 22.18 | 13.88 | 25.94 | - |
| YUV | 104.51 | 147.47 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 67 | 139 | 0 | 0.59 | 0.16 | 0.35 | 315.92 | 0.42 | 0.45 |
| Hex | A5 | 43 | 8B | 0 | 3B | 10 | 23 | 13C | 2A | 2D |
| Octal | 245 | 103 | 213 | 0 | 73 | 20 | 43 | 474 | 52 | 55 |
| Binary | 10100101 | 1000011 | 10001011 | 0 | 111011 | 10000 | 100011 | 100111100 | 101010 | 101101 |
Color Harmonies of #A5438B
Complementary color
Monochromatic Colors of #A5438B
Black with #A5438B
Text Example
Text Example
White with #A5438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5438B; }
p { color: rgb(165,67,139); }
H1.HeaderClassName
{
color: #A5438B;
}
.AnyTagClassName
{
color: #A5438B;
}
</style>
background-color css
<style>
a { background-color: #A5438B; }
a { background-color: rgb(165,67,139); }
div.DivClassName
{
background-color: #A5438B;
}
.BgClassName
{
background-color: #A5438B;
}
</style>
border-color css
<style>
span { border-color: #A5438B; }
span { border-color: rgb(165,67,139); }
td.TdClassName
{
border-color: #A5438B;
}
.TagClassName
{
border-color: #A5438B;
}
</style>