Shades of Medium Red Violet #A8259E
Tints of Medium Red Violet #A8259E
RGB
CMYK
RGB Variations
Color information
#A8259E (or 0xA8259E) is known color: Medium Red Violet. HEX triplet: A8, 25 and 9E. RGB value is (168,37,158). Sum of RGB (Red+Green+Blue) = 168+37+158=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 37 (14.84% from 255 or 10.19% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8259E is #57DA61. Grayscale: #595959. Windows color (decimal): -5757538 or 10364328. OLE color: 10364328.
HSL color Cylindrical-coordinate representation of color #A8259E: hue angle of 304.58º 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 #A8259E is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 158 | - |
| CMYK | 0 | 0.78 | 0.06 | 0.34 |
| HSL | 304.58º | 0.64% | 0.4% | - |
| HSV(B) | 304.58º | 0.78% | 0.66% | - |
| XYZ | 22.98 | 12.12 | 33.48 | - |
| YUV | 89.96 | 166.4 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 158 | 0 | 0.78 | 0.06 | 0.34 | 304.58 | 0.64 | 0.4 |
| Hex | A8 | 25 | 9E | 0 | 4E | 6 | 22 | 131 | 40 | 28 |
| Octal | 250 | 45 | 236 | 0 | 116 | 6 | 42 | 461 | 100 | 50 |
| Binary | 10101000 | 100101 | 10011110 | 0 | 1001110 | 110 | 100010 | 100110001 | 1000000 | 101000 |
Color Harmonies of #A8259E
Complementary color
Monochromatic Colors of #A8259E
Black with #A8259E
Text Example
Text Example
White with #A8259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8259E; }
p { color: rgb(168,37,158); }
H1.HeaderClassName
{
color: #A8259E;
}
.AnyTagClassName
{
color: #A8259E;
}
</style>
background-color css
<style>
a { background-color: #A8259E; }
a { background-color: rgb(168,37,158); }
div.DivClassName
{
background-color: #A8259E;
}
.BgClassName
{
background-color: #A8259E;
}
</style>
border-color css
<style>
span { border-color: #A8259E; }
span { border-color: rgb(168,37,158); }
td.TdClassName
{
border-color: #A8259E;
}
.TagClassName
{
border-color: #A8259E;
}
</style>