Shades of Medium Red Violet #A8289B
Tints of Medium Red Violet #A8289B
RGB
CMYK
RGB Variations
Color information
#A8289B (or 0xA8289B) is known color: Medium Red Violet. HEX triplet: A8, 28 and 9B. RGB value is (168,40,155). Sum of RGB (Red+Green+Blue) = 168+40+155=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8289B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8289B is #57D764. Grayscale: #5B5B5B. Windows color (decimal): -5756773 or 10168488. OLE color: 10168488.
HSL color Cylindrical-coordinate representation of color #A8289B: hue angle of 306.09º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8289B is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 155 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.34 |
| HSL | 306.09º | 0.62% | 0.41% | - |
| HSV(B) | 306.09º | 0.76% | 0.66% | - |
| XYZ | 22.82 | 12.21 | 32.16 | - |
| YUV | 91.38 | 163.91 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 155 | 0 | 0.76 | 0.08 | 0.34 | 306.09 | 0.62 | 0.41 |
| Hex | A8 | 28 | 9B | 0 | 4C | 8 | 22 | 132 | 3E | 29 |
| Octal | 250 | 50 | 233 | 0 | 114 | 10 | 42 | 462 | 76 | 51 |
| Binary | 10101000 | 101000 | 10011011 | 0 | 1001100 | 1000 | 100010 | 100110010 | 111110 | 101001 |
Color Harmonies of #A8289B
Complementary color
Monochromatic Colors of #A8289B
Black with #A8289B
Text Example
Text Example
White with #A8289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8289B; }
p { color: rgb(168,40,155); }
H1.HeaderClassName
{
color: #A8289B;
}
.AnyTagClassName
{
color: #A8289B;
}
</style>
background-color css
<style>
a { background-color: #A8289B; }
a { background-color: rgb(168,40,155); }
div.DivClassName
{
background-color: #A8289B;
}
.BgClassName
{
background-color: #A8289B;
}
</style>
border-color css
<style>
span { border-color: #A8289B; }
span { border-color: rgb(168,40,155); }
td.TdClassName
{
border-color: #A8289B;
}
.TagClassName
{
border-color: #A8289B;
}
</style>