Shades of Medium Red Violet #A8289D
Tints of Medium Red Violet #A8289D
RGB
CMYK
RGB Variations
Color information
#A8289D (or 0xA8289D) is known color: Medium Red Violet. HEX triplet: A8, 28 and 9D. RGB value is (168,40,157). Sum of RGB (Red+Green+Blue) = 168+40+157=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 40 (16.02% from 255 or 10.96% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 168 - color contains mainly: red. Hex color #A8289D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8289D is #57D762. Grayscale: #5B5B5B. Windows color (decimal): -5756771 or 10299560. OLE color: 10299560.
HSL color Cylindrical-coordinate representation of color #A8289D: hue angle of 305.16º 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 #A8289D is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 40 | 157 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.34 |
| HSL | 305.16º | 0.62% | 0.41% | - |
| HSV(B) | 305.16º | 0.76% | 0.66% | - |
| XYZ | 22.99 | 12.28 | 33.06 | - |
| YUV | 91.61 | 164.91 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 40 | 157 | 0 | 0.76 | 0.07 | 0.34 | 305.16 | 0.62 | 0.41 |
| Hex | A8 | 28 | 9D | 0 | 4C | 7 | 22 | 131 | 3E | 29 |
| Octal | 250 | 50 | 235 | 0 | 114 | 7 | 42 | 461 | 76 | 51 |
| Binary | 10101000 | 101000 | 10011101 | 0 | 1001100 | 111 | 100010 | 100110001 | 111110 | 101001 |
Color Harmonies of #A8289D
Complementary color
Monochromatic Colors of #A8289D
Black with #A8289D
Text Example
Text Example
White with #A8289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8289D; }
p { color: rgb(168,40,157); }
H1.HeaderClassName
{
color: #A8289D;
}
.AnyTagClassName
{
color: #A8289D;
}
</style>
background-color css
<style>
a { background-color: #A8289D; }
a { background-color: rgb(168,40,157); }
div.DivClassName
{
background-color: #A8289D;
}
.BgClassName
{
background-color: #A8289D;
}
</style>
border-color css
<style>
span { border-color: #A8289D; }
span { border-color: rgb(168,40,157); }
td.TdClassName
{
border-color: #A8289D;
}
.TagClassName
{
border-color: #A8289D;
}
</style>