Shades of Medium Red Violet #A3468C
Tints of Medium Red Violet #A3468C
RGB
CMYK
RGB Variations
Color information
#A3468C (or 0xA3468C) is known color: Medium Red Violet. HEX triplet: A3, 46 and 8C. RGB value is (163,70,140). Sum of RGB (Red+Green+Blue) = 163+70+140=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3468C is #5CB973. Grayscale: #696969. Windows color (decimal): -6076788 or 9193123. OLE color: 9193123.
HSL color Cylindrical-coordinate representation of color #A3468C: hue angle of 314.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A3468C is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 70 | 140 | - |
| CMYK | 0 | 0.57 | 0.14 | 0.36 |
| HSL | 314.84º | 0.4% | 0.46% | - |
| HSV(B) | 314.84º | 0.57% | 0.64% | - |
| XYZ | 22.03 | 14.06 | 26.36 | - |
| YUV | 105.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 70 | 140 | 0 | 0.57 | 0.14 | 0.36 | 314.84 | 0.4 | 0.46 |
| Hex | A3 | 46 | 8C | 0 | 39 | E | 24 | 13B | 28 | 2E |
| Octal | 243 | 106 | 214 | 0 | 71 | 16 | 44 | 473 | 50 | 56 |
| Binary | 10100011 | 1000110 | 10001100 | 0 | 111001 | 1110 | 100100 | 100111011 | 101000 | 101110 |
Color Harmonies of #A3468C
Complementary color
Monochromatic Colors of #A3468C
Black with #A3468C
Text Example
Text Example
White with #A3468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3468C; }
p { color: rgb(163,70,140); }
H1.HeaderClassName
{
color: #A3468C;
}
.AnyTagClassName
{
color: #A3468C;
}
</style>
background-color css
<style>
a { background-color: #A3468C; }
a { background-color: rgb(163,70,140); }
div.DivClassName
{
background-color: #A3468C;
}
.BgClassName
{
background-color: #A3468C;
}
</style>
border-color css
<style>
span { border-color: #A3468C; }
span { border-color: rgb(163,70,140); }
td.TdClassName
{
border-color: #A3468C;
}
.TagClassName
{
border-color: #A3468C;
}
</style>