Shades of Medium Red Violet #A8369E
Tints of Medium Red Violet #A8369E
RGB
CMYK
RGB Variations
Color information
#A8369E (or 0xA8369E) is known color: Medium Red Violet. HEX triplet: A8, 36 and 9E. RGB value is (168,54,158). Sum of RGB (Red+Green+Blue) = 168+54+158=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8369E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8369E is #57C961. Grayscale: #636363. Windows color (decimal): -5753186 or 10368680. OLE color: 10368680.
HSL color Cylindrical-coordinate representation of color #A8369E: hue angle of 305.26º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8369E is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 158 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.34 |
| HSL | 305.26º | 0.51% | 0.44% | - |
| HSV(B) | 305.26º | 0.68% | 0.66% | - |
| XYZ | 23.64 | 13.43 | 33.69 | - |
| YUV | 99.94 | 160.77 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 158 | 0 | 0.68 | 0.06 | 0.34 | 305.26 | 0.51 | 0.44 |
| Hex | A8 | 36 | 9E | 0 | 44 | 6 | 22 | 131 | 33 | 2C |
| Octal | 250 | 66 | 236 | 0 | 104 | 6 | 42 | 461 | 63 | 54 |
| Binary | 10101000 | 110110 | 10011110 | 0 | 1000100 | 110 | 100010 | 100110001 | 110011 | 101100 |
Color Harmonies of #A8369E
Complementary color
Monochromatic Colors of #A8369E
Black with #A8369E
Text Example
Text Example
White with #A8369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8369E; }
p { color: rgb(168,54,158); }
H1.HeaderClassName
{
color: #A8369E;
}
.AnyTagClassName
{
color: #A8369E;
}
</style>
background-color css
<style>
a { background-color: #A8369E; }
a { background-color: rgb(168,54,158); }
div.DivClassName
{
background-color: #A8369E;
}
.BgClassName
{
background-color: #A8369E;
}
</style>
border-color css
<style>
span { border-color: #A8369E; }
span { border-color: rgb(168,54,158); }
td.TdClassName
{
border-color: #A8369E;
}
.TagClassName
{
border-color: #A8369E;
}
</style>