Shades of Medium Red Violet #A83698
Tints of Medium Red Violet #A83698
RGB
CMYK
RGB Variations
Color information
#A83698 (or 0xA83698) is known color: Medium Red Violet. HEX triplet: A8, 36 and 98. RGB value is (168,54,152). Sum of RGB (Red+Green+Blue) = 168+54+152=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A83698 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A83698 is #57C967. Grayscale: #626262. Windows color (decimal): -5753192 or 9975464. OLE color: 9975464.
HSL color Cylindrical-coordinate representation of color #A83698: hue angle of 308.42º 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 #A83698 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 152 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.34 |
| HSL | 308.42º | 0.51% | 0.44% | - |
| HSV(B) | 308.42º | 0.68% | 0.66% | - |
| XYZ | 23.14 | 13.23 | 31.04 | - |
| YUV | 99.26 | 157.77 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 152 | 0 | 0.68 | 0.10 | 0.34 | 308.42 | 0.51 | 0.44 |
| Hex | A8 | 36 | 98 | 0 | 44 | A | 22 | 134 | 33 | 2C |
| Octal | 250 | 66 | 230 | 0 | 104 | 12 | 42 | 464 | 63 | 54 |
| Binary | 10101000 | 110110 | 10011000 | 0 | 1000100 | 1010 | 100010 | 100110100 | 110011 | 101100 |
Color Harmonies of #A83698
Complementary color
Monochromatic Colors of #A83698
Black with #A83698
Text Example
Text Example
White with #A83698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83698; }
p { color: rgb(168,54,152); }
H1.HeaderClassName
{
color: #A83698;
}
.AnyTagClassName
{
color: #A83698;
}
</style>
background-color css
<style>
a { background-color: #A83698; }
a { background-color: rgb(168,54,152); }
div.DivClassName
{
background-color: #A83698;
}
.BgClassName
{
background-color: #A83698;
}
</style>
border-color css
<style>
span { border-color: #A83698; }
span { border-color: rgb(168,54,152); }
td.TdClassName
{
border-color: #A83698;
}
.TagClassName
{
border-color: #A83698;
}
</style>