Shades of Medium Red Violet #A8217B
Tints of Medium Red Violet #A8217B
RGB
CMYK
RGB Variations
Color information
#A8217B (or 0xA8217B) is known color: Medium Red Violet. HEX triplet: A8, 21 and 7B. RGB value is (168,33,123). Sum of RGB (Red+Green+Blue) = 168+33+123=324 (42% of max value = 765). Red value is 168 (66.02% from 255 or 51.85% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 168 - color contains mainly: red. Hex color #A8217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8217B is #57DE84. Grayscale: #535353. Windows color (decimal): -5758597 or 8069544. OLE color: 8069544.
HSL color Cylindrical-coordinate representation of color #A8217B: hue angle of 320º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8217B is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 33 | 123 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.34 |
| HSL | 320º | 0.67% | 0.39% | - |
| HSV(B) | 320º | 0.8% | 0.66% | - |
| XYZ | 20.27 | 10.84 | 19.76 | - |
| YUV | 83.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 123 | 0 | 0.80 | 0.27 | 0.34 | 320 | 0.67 | 0.39 |
| Hex | A8 | 21 | 7B | 0 | 50 | 1B | 22 | 140 | 43 | 27 |
| Octal | 250 | 41 | 173 | 0 | 120 | 33 | 42 | 500 | 103 | 47 |
| Binary | 10101000 | 100001 | 1111011 | 0 | 1010000 | 11011 | 100010 | 101000000 | 1000011 | 100111 |
Color Harmonies of #A8217B
Complementary color
Monochromatic Colors of #A8217B
Black with #A8217B
Text Example
Text Example
White with #A8217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8217B; }
p { color: rgb(168,33,123); }
H1.HeaderClassName
{
color: #A8217B;
}
.AnyTagClassName
{
color: #A8217B;
}
</style>
background-color css
<style>
a { background-color: #A8217B; }
a { background-color: rgb(168,33,123); }
div.DivClassName
{
background-color: #A8217B;
}
.BgClassName
{
background-color: #A8217B;
}
</style>
border-color css
<style>
span { border-color: #A8217B; }
span { border-color: rgb(168,33,123); }
td.TdClassName
{
border-color: #A8217B;
}
.TagClassName
{
border-color: #A8217B;
}
</style>