Shades of Medium Violet Red #A81895
Tints of Medium Violet Red #A81895
RGB
CMYK
RGB Variations
Color information
#A81895 (or 0xA81895) is known color: Medium Violet Red. HEX triplet: A8, 18 and 95. RGB value is (168,24,149). Sum of RGB (Red+Green+Blue) = 168+24+149=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 24 (9.77% from 255 or 7.04% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A81895 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A81895 is #57E76A. Grayscale: #505050. Windows color (decimal): -5760875 or 9771176. OLE color: 9771176.
HSL color Cylindrical-coordinate representation of color #A81895: hue angle of 307.92º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81895 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 24 | 149 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.34 |
| HSL | 307.92º | 0.75% | 0.38% | - |
| HSV(B) | 307.92º | 0.86% | 0.66% | - |
| XYZ | 21.9 | 11.15 | 29.43 | - |
| YUV | 81.31 | 166.21 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 24 | 149 | 0 | 0.86 | 0.11 | 0.34 | 307.92 | 0.75 | 0.38 |
| Hex | A8 | 18 | 95 | 0 | 56 | B | 22 | 134 | 4B | 26 |
| Octal | 250 | 30 | 225 | 0 | 126 | 13 | 42 | 464 | 113 | 46 |
| Binary | 10101000 | 11000 | 10010101 | 0 | 1010110 | 1011 | 100010 | 100110100 | 1001011 | 100110 |
Color Harmonies of #A81895
Complementary color
Monochromatic Colors of #A81895
Black with #A81895
Text Example
Text Example
White with #A81895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81895; }
p { color: rgb(168,24,149); }
H1.HeaderClassName
{
color: #A81895;
}
.AnyTagClassName
{
color: #A81895;
}
</style>
background-color css
<style>
a { background-color: #A81895; }
a { background-color: rgb(168,24,149); }
div.DivClassName
{
background-color: #A81895;
}
.BgClassName
{
background-color: #A81895;
}
</style>
border-color css
<style>
span { border-color: #A81895; }
span { border-color: rgb(168,24,149); }
td.TdClassName
{
border-color: #A81895;
}
.TagClassName
{
border-color: #A81895;
}
</style>