Shades of Medium Red Violet #A3458B
Tints of Medium Red Violet #A3458B
RGB
CMYK
RGB Variations
Color information
#A3458B (or 0xA3458B) is known color: Medium Red Violet. HEX triplet: A3, 45 and 8B. RGB value is (163,69,139). Sum of RGB (Red+Green+Blue) = 163+69+139=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A3458B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3458B is #5CBA74. Grayscale: #686868. Windows color (decimal): -6077045 or 9127331. OLE color: 9127331.
HSL color Cylindrical-coordinate representation of color #A3458B: hue angle of 315.32º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3458B is Cyan = 0, Magento = 0.58, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 139 | - |
| CMYK | 0 | 0.58 | 0.15 | 0.36 |
| HSL | 315.32º | 0.41% | 0.45% | - |
| HSV(B) | 315.32º | 0.58% | 0.64% | - |
| XYZ | 21.89 | 13.91 | 25.96 | - |
| YUV | 105.09 | 147.14 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 139 | 0 | 0.58 | 0.15 | 0.36 | 315.32 | 0.41 | 0.45 |
| Hex | A3 | 45 | 8B | 0 | 3A | F | 24 | 13B | 29 | 2D |
| Octal | 243 | 105 | 213 | 0 | 72 | 17 | 44 | 473 | 51 | 55 |
| Binary | 10100011 | 1000101 | 10001011 | 0 | 111010 | 1111 | 100100 | 100111011 | 101001 | 101101 |
Color Harmonies of #A3458B
Complementary color
Monochromatic Colors of #A3458B
Black with #A3458B
Text Example
Text Example
White with #A3458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3458B; }
p { color: rgb(163,69,139); }
H1.HeaderClassName
{
color: #A3458B;
}
.AnyTagClassName
{
color: #A3458B;
}
</style>
background-color css
<style>
a { background-color: #A3458B; }
a { background-color: rgb(163,69,139); }
div.DivClassName
{
background-color: #A3458B;
}
.BgClassName
{
background-color: #A3458B;
}
</style>
border-color css
<style>
span { border-color: #A3458B; }
span { border-color: rgb(163,69,139); }
td.TdClassName
{
border-color: #A3458B;
}
.TagClassName
{
border-color: #A3458B;
}
</style>