Shades of Medium Red Violet #A83694
Tints of Medium Red Violet #A83694
RGB
CMYK
RGB Variations
Color information
#A83694 (or 0xA83694) is known color: Medium Red Violet. HEX triplet: A8, 36 and 94. RGB value is (168,54,148). Sum of RGB (Red+Green+Blue) = 168+54+148=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A83694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83694 is #57C96B. Grayscale: #626262. Windows color (decimal): -5753196 or 9713320. OLE color: 9713320.
HSL color Cylindrical-coordinate representation of color #A83694: hue angle of 310.53º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A83694 is Cyan = 0, Magento = 0.68, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 148 | - |
| CMYK | 0 | 0.68 | 0.12 | 0.34 |
| HSL | 310.53º | 0.51% | 0.44% | - |
| HSV(B) | 310.53º | 0.68% | 0.66% | - |
| XYZ | 22.81 | 13.1 | 29.34 | - |
| YUV | 98.8 | 155.77 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 148 | 0 | 0.68 | 0.12 | 0.34 | 310.53 | 0.51 | 0.44 |
| Hex | A8 | 36 | 94 | 0 | 44 | C | 22 | 137 | 33 | 2C |
| Octal | 250 | 66 | 224 | 0 | 104 | 14 | 42 | 467 | 63 | 54 |
| Binary | 10101000 | 110110 | 10010100 | 0 | 1000100 | 1100 | 100010 | 100110111 | 110011 | 101100 |
Color Harmonies of #A83694
Complementary color
Monochromatic Colors of #A83694
Black with #A83694
Text Example
Text Example
White with #A83694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83694; }
p { color: rgb(168,54,148); }
H1.HeaderClassName
{
color: #A83694;
}
.AnyTagClassName
{
color: #A83694;
}
</style>
background-color css
<style>
a { background-color: #A83694; }
a { background-color: rgb(168,54,148); }
div.DivClassName
{
background-color: #A83694;
}
.BgClassName
{
background-color: #A83694;
}
</style>
border-color css
<style>
span { border-color: #A83694; }
span { border-color: rgb(168,54,148); }
td.TdClassName
{
border-color: #A83694;
}
.TagClassName
{
border-color: #A83694;
}
</style>