Shades of Medium Red Violet #A8259B
Tints of Medium Red Violet #A8259B
RGB
CMYK
RGB Variations
Color information
#A8259B (or 0xA8259B) is known color: Medium Red Violet. HEX triplet: A8, 25 and 9B. RGB value is (168,37,155). Sum of RGB (Red+Green+Blue) = 168+37+155=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8259B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8259B is #57DA64. Grayscale: #595959. Windows color (decimal): -5757541 or 10167720. OLE color: 10167720.
HSL color Cylindrical-coordinate representation of color #A8259B: hue angle of 305.95º 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 #A8259B is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 155 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.34 |
| HSL | 305.95º | 0.64% | 0.4% | - |
| HSV(B) | 305.95º | 0.78% | 0.66% | - |
| XYZ | 22.73 | 12.01 | 32.13 | - |
| YUV | 89.62 | 164.9 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 155 | 0 | 0.78 | 0.08 | 0.34 | 305.95 | 0.64 | 0.4 |
| Hex | A8 | 25 | 9B | 0 | 4E | 8 | 22 | 132 | 40 | 28 |
| Octal | 250 | 45 | 233 | 0 | 116 | 10 | 42 | 462 | 100 | 50 |
| Binary | 10101000 | 100101 | 10011011 | 0 | 1001110 | 1000 | 100010 | 100110010 | 1000000 | 101000 |
Color Harmonies of #A8259B
Complementary color
Monochromatic Colors of #A8259B
Black with #A8259B
Text Example
Text Example
White with #A8259B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8259B; }
p { color: rgb(168,37,155); }
H1.HeaderClassName
{
color: #A8259B;
}
.AnyTagClassName
{
color: #A8259B;
}
</style>
background-color css
<style>
a { background-color: #A8259B; }
a { background-color: rgb(168,37,155); }
div.DivClassName
{
background-color: #A8259B;
}
.BgClassName
{
background-color: #A8259B;
}
</style>
border-color css
<style>
span { border-color: #A8259B; }
span { border-color: rgb(168,37,155); }
td.TdClassName
{
border-color: #A8259B;
}
.TagClassName
{
border-color: #A8259B;
}
</style>