Shades of Medium Red Violet #A3458C
Tints of Medium Red Violet #A3458C
RGB
CMYK
RGB Variations
Color information
#A3458C (or 0xA3458C) is known color: Medium Red Violet. HEX triplet: A3, 45 and 8C. RGB value is (163,69,140). Sum of RGB (Red+Green+Blue) = 163+69+140=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 163 - color contains mainly: red. Hex color #A3458C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3458C is #5CBA73. Grayscale: #696969. Windows color (decimal): -6077044 or 9192867. OLE color: 9192867.
HSL color Cylindrical-coordinate representation of color #A3458C: hue angle of 314.68º 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 #A3458C is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 140 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.36 |
| HSL | 314.68º | 0.41% | 0.45% | - |
| HSV(B) | 314.68º | 0.58% | 0.64% | - |
| XYZ | 21.97 | 13.94 | 26.34 | - |
| YUV | 105.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 140 | 0 | 0.58 | 0.14 | 0.36 | 314.68 | 0.41 | 0.45 |
| Hex | A3 | 45 | 8C | 0 | 3A | E | 24 | 13B | 29 | 2D |
| Octal | 243 | 105 | 214 | 0 | 72 | 16 | 44 | 473 | 51 | 55 |
| Binary | 10100011 | 1000101 | 10001100 | 0 | 111010 | 1110 | 100100 | 100111011 | 101001 | 101101 |
Color Harmonies of #A3458C
Complementary color
Monochromatic Colors of #A3458C
Black with #A3458C
Text Example
Text Example
White with #A3458C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3458C; }
p { color: rgb(163,69,140); }
H1.HeaderClassName
{
color: #A3458C;
}
.AnyTagClassName
{
color: #A3458C;
}
</style>
background-color css
<style>
a { background-color: #A3458C; }
a { background-color: rgb(163,69,140); }
div.DivClassName
{
background-color: #A3458C;
}
.BgClassName
{
background-color: #A3458C;
}
</style>
border-color css
<style>
span { border-color: #A3458C; }
span { border-color: rgb(163,69,140); }
td.TdClassName
{
border-color: #A3458C;
}
.TagClassName
{
border-color: #A3458C;
}
</style>