Shades of Medium Red Violet #A8369D
Tints of Medium Red Violet #A8369D
RGB
CMYK
RGB Variations
Color information
#A8369D (or 0xA8369D) is known color: Medium Red Violet. HEX triplet: A8, 36 and 9D. RGB value is (168,54,157). Sum of RGB (Red+Green+Blue) = 168+54+157=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 54 (21.48% from 255 or 14.25% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8369D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8369D is #57C962. Grayscale: #636363. Windows color (decimal): -5753187 or 10303144. OLE color: 10303144.
HSL color Cylindrical-coordinate representation of color #A8369D: hue angle of 305.79º 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 #A8369D is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 54 | 157 | - |
| CMYK | 0 | 0.68 | 0.07 | 0.34 |
| HSL | 305.79º | 0.51% | 0.44% | - |
| HSV(B) | 305.79º | 0.68% | 0.66% | - |
| XYZ | 23.55 | 13.4 | 33.24 | - |
| YUV | 99.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 54 | 157 | 0 | 0.68 | 0.07 | 0.34 | 305.79 | 0.51 | 0.44 |
| Hex | A8 | 36 | 9D | 0 | 44 | 7 | 22 | 132 | 33 | 2C |
| Octal | 250 | 66 | 235 | 0 | 104 | 7 | 42 | 462 | 63 | 54 |
| Binary | 10101000 | 110110 | 10011101 | 0 | 1000100 | 111 | 100010 | 100110010 | 110011 | 101100 |
Color Harmonies of #A8369D
Complementary color
Monochromatic Colors of #A8369D
Black with #A8369D
Text Example
Text Example
White with #A8369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8369D; }
p { color: rgb(168,54,157); }
H1.HeaderClassName
{
color: #A8369D;
}
.AnyTagClassName
{
color: #A8369D;
}
</style>
background-color css
<style>
a { background-color: #A8369D; }
a { background-color: rgb(168,54,157); }
div.DivClassName
{
background-color: #A8369D;
}
.BgClassName
{
background-color: #A8369D;
}
</style>
border-color css
<style>
span { border-color: #A8369D; }
span { border-color: rgb(168,54,157); }
td.TdClassName
{
border-color: #A8369D;
}
.TagClassName
{
border-color: #A8369D;
}
</style>