Shades of Medium Red Violet #A82889
Tints of Medium Red Violet #A82889
RGB
CMYK
RGB Variations
Color information
#A82889 (or 0xA82889) is known color: Medium Red Violet. HEX triplet: A8, 28 and 89. RGB value is (168,40,137). Sum of RGB (Red+Green+Blue) = 168+40+137=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A82889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82889 is #57D776. Grayscale: #595959. Windows color (decimal): -5756791 or 8988840. OLE color: 8988840.
HSL color Cylindrical-coordinate representation of color #A82889: hue angle of 314.53º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A82889 is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 137 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.34 |
| HSL | 314.53º | 0.62% | 0.41% | - |
| HSV(B) | 314.53º | 0.76% | 0.66% | - |
| XYZ | 21.42 | 11.65 | 24.79 | - |
| YUV | 89.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 137 | 0 | 0.76 | 0.18 | 0.34 | 314.53 | 0.62 | 0.41 |
| Hex | A8 | 28 | 89 | 0 | 4C | 12 | 22 | 13B | 3E | 29 |
| Octal | 250 | 50 | 211 | 0 | 114 | 22 | 42 | 473 | 76 | 51 |
| Binary | 10101000 | 101000 | 10001001 | 0 | 1001100 | 10010 | 100010 | 100111011 | 111110 | 101001 |
Color Harmonies of #A82889
Complementary color
Monochromatic Colors of #A82889
Black with #A82889
Text Example
Text Example
White with #A82889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A82889; }
p { color: rgb(168,40,137); }
H1.HeaderClassName
{
color: #A82889;
}
.AnyTagClassName
{
color: #A82889;
}
</style>
background-color css
<style>
a { background-color: #A82889; }
a { background-color: rgb(168,40,137); }
div.DivClassName
{
background-color: #A82889;
}
.BgClassName
{
background-color: #A82889;
}
</style>
border-color css
<style>
span { border-color: #A82889; }
span { border-color: rgb(168,40,137); }
td.TdClassName
{
border-color: #A82889;
}
.TagClassName
{
border-color: #A82889;
}
</style>