Shades of Medium Red Violet #A82399
Tints of Medium Red Violet #A82399
RGB
CMYK
RGB Variations
Color information
#A82399 (or 0xA82399) is known color: Medium Red Violet. HEX triplet: A8, 23 and 99. RGB value is (168,35,153). Sum of RGB (Red+Green+Blue) = 168+35+153=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A82399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82399 is #57DC66. Grayscale: #575757. Windows color (decimal): -5758055 or 10036136. OLE color: 10036136.
HSL color Cylindrical-coordinate representation of color #A82399: hue angle of 306.77º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82399 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 35 | 153 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.34 |
| HSL | 306.77º | 0.66% | 0.4% | - |
| HSV(B) | 306.77º | 0.79% | 0.66% | - |
| XYZ | 22.5 | 11.83 | 31.23 | - |
| YUV | 88.22 | 164.56 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 35 | 153 | 0 | 0.79 | 0.09 | 0.34 | 306.77 | 0.66 | 0.4 |
| Hex | A8 | 23 | 99 | 0 | 4F | 9 | 22 | 133 | 42 | 28 |
| Octal | 250 | 43 | 231 | 0 | 117 | 11 | 42 | 463 | 102 | 50 |
| Binary | 10101000 | 100011 | 10011001 | 0 | 1001111 | 1001 | 100010 | 100110011 | 1000010 | 101000 |
Color Harmonies of #A82399
Complementary color
Monochromatic Colors of #A82399
Black with #A82399
Text Example
Text Example
White with #A82399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82399; }
p { color: rgb(168,35,153); }
H1.HeaderClassName
{
color: #A82399;
}
.AnyTagClassName
{
color: #A82399;
}
</style>
background-color css
<style>
a { background-color: #A82399; }
a { background-color: rgb(168,35,153); }
div.DivClassName
{
background-color: #A82399;
}
.BgClassName
{
background-color: #A82399;
}
</style>
border-color css
<style>
span { border-color: #A82399; }
span { border-color: rgb(168,35,153); }
td.TdClassName
{
border-color: #A82399;
}
.TagClassName
{
border-color: #A82399;
}
</style>