Shades of Medium Red Violet #A8259F
Tints of Medium Red Violet #A8259F
RGB
CMYK
RGB Variations
Color information
#A8259F (or 0xA8259F) is known color: Medium Red Violet. HEX triplet: A8, 25 and 9F. RGB value is (168,37,159). Sum of RGB (Red+Green+Blue) = 168+37+159=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 159 (62.5% from 255 or 43.68% from 364); Max value from RGB is 168 - color contains mainly: red. Hex color #A8259F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8259F is #57DA60. Grayscale: #595959. Windows color (decimal): -5757537 or 10429864. OLE color: 10429864.
HSL color Cylindrical-coordinate representation of color #A8259F: hue angle of 304.12º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A8259F is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 159 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.34 |
| HSL | 304.12º | 0.64% | 0.4% | - |
| HSV(B) | 304.12º | 0.78% | 0.66% | - |
| XYZ | 23.07 | 12.15 | 33.93 | - |
| YUV | 90.08 | 166.9 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 159 | 0 | 0.78 | 0.05 | 0.34 | 304.12 | 0.64 | 0.4 |
| Hex | A8 | 25 | 9F | 0 | 4E | 5 | 22 | 130 | 40 | 28 |
| Octal | 250 | 45 | 237 | 0 | 116 | 5 | 42 | 460 | 100 | 50 |
| Binary | 10101000 | 100101 | 10011111 | 0 | 1001110 | 101 | 100010 | 100110000 | 1000000 | 101000 |
Color Harmonies of #A8259F
Complementary color
Monochromatic Colors of #A8259F
Black with #A8259F
Text Example
Text Example
White with #A8259F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8259F; }
p { color: rgb(168,37,159); }
H1.HeaderClassName
{
color: #A8259F;
}
.AnyTagClassName
{
color: #A8259F;
}
</style>
background-color css
<style>
a { background-color: #A8259F; }
a { background-color: rgb(168,37,159); }
div.DivClassName
{
background-color: #A8259F;
}
.BgClassName
{
background-color: #A8259F;
}
</style>
border-color css
<style>
span { border-color: #A8259F; }
span { border-color: rgb(168,37,159); }
td.TdClassName
{
border-color: #A8259F;
}
.TagClassName
{
border-color: #A8259F;
}
</style>