Shades of Medium Red Violet #A8259D
Tints of Medium Red Violet #A8259D
RGB
CMYK
RGB Variations
Color information
#A8259D (or 0xA8259D) is known color: Medium Red Violet. HEX triplet: A8, 25 and 9D. RGB value is (168,37,157). Sum of RGB (Red+Green+Blue) = 168+37+157=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 37 (14.84% from 255 or 10.22% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8259D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8259D is #57DA62. Grayscale: #595959. Windows color (decimal): -5757539 or 10298792. OLE color: 10298792.
HSL color Cylindrical-coordinate representation of color #A8259D: hue angle of 305.04º 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 #A8259D is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 37 | 157 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.34 |
| HSL | 305.04º | 0.64% | 0.4% | - |
| HSV(B) | 305.04º | 0.78% | 0.66% | - |
| XYZ | 22.9 | 12.08 | 33.02 | - |
| YUV | 89.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 37 | 157 | 0 | 0.78 | 0.07 | 0.34 | 305.04 | 0.64 | 0.4 |
| Hex | A8 | 25 | 9D | 0 | 4E | 7 | 22 | 131 | 40 | 28 |
| Octal | 250 | 45 | 235 | 0 | 116 | 7 | 42 | 461 | 100 | 50 |
| Binary | 10101000 | 100101 | 10011101 | 0 | 1001110 | 111 | 100010 | 100110001 | 1000000 | 101000 |
Color Harmonies of #A8259D
Complementary color
Monochromatic Colors of #A8259D
Black with #A8259D
Text Example
Text Example
White with #A8259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8259D; }
p { color: rgb(168,37,157); }
H1.HeaderClassName
{
color: #A8259D;
}
.AnyTagClassName
{
color: #A8259D;
}
</style>
background-color css
<style>
a { background-color: #A8259D; }
a { background-color: rgb(168,37,157); }
div.DivClassName
{
background-color: #A8259D;
}
.BgClassName
{
background-color: #A8259D;
}
</style>
border-color css
<style>
span { border-color: #A8259D; }
span { border-color: rgb(168,37,157); }
td.TdClassName
{
border-color: #A8259D;
}
.TagClassName
{
border-color: #A8259D;
}
</style>