Shades of Medium Red Violet #A8389B
Tints of Medium Red Violet #A8389B
RGB
CMYK
RGB Variations
Color information
#A8389B (or 0xA8389B) is known color: Medium Red Violet. HEX triplet: A8, 38 and 9B. RGB value is (168,56,155). Sum of RGB (Red+Green+Blue) = 168+56+155=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 56 (22.27% from 255 or 14.78% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8389B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8389B is #57C764. Grayscale: #646464. Windows color (decimal): -5752677 or 10172584. OLE color: 10172584.
HSL color Cylindrical-coordinate representation of color #A8389B: hue angle of 306.96º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8389B is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 155 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.34 |
| HSL | 306.96º | 0.5% | 0.44% | - |
| HSV(B) | 306.96º | 0.67% | 0.66% | - |
| XYZ | 23.48 | 13.52 | 32.38 | - |
| YUV | 100.77 | 158.61 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 155 | 0 | 0.67 | 0.08 | 0.34 | 306.96 | 0.5 | 0.44 |
| Hex | A8 | 38 | 9B | 0 | 43 | 8 | 22 | 133 | 32 | 2C |
| Octal | 250 | 70 | 233 | 0 | 103 | 10 | 42 | 463 | 62 | 54 |
| Binary | 10101000 | 111000 | 10011011 | 0 | 1000011 | 1000 | 100010 | 100110011 | 110010 | 101100 |
Color Harmonies of #A8389B
Complementary color
Monochromatic Colors of #A8389B
Black with #A8389B
Text Example
Text Example
White with #A8389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8389B; }
p { color: rgb(168,56,155); }
H1.HeaderClassName
{
color: #A8389B;
}
.AnyTagClassName
{
color: #A8389B;
}
</style>
background-color css
<style>
a { background-color: #A8389B; }
a { background-color: rgb(168,56,155); }
div.DivClassName
{
background-color: #A8389B;
}
.BgClassName
{
background-color: #A8389B;
}
</style>
border-color css
<style>
span { border-color: #A8389B; }
span { border-color: rgb(168,56,155); }
td.TdClassName
{
border-color: #A8389B;
}
.TagClassName
{
border-color: #A8389B;
}
</style>