Shades of Medium Red Violet #A8389A
Tints of Medium Red Violet #A8389A
RGB
CMYK
RGB Variations
Color information
#A8389A (or 0xA8389A) is known color: Medium Red Violet. HEX triplet: A8, 38 and 9A. RGB value is (168,56,154). Sum of RGB (Red+Green+Blue) = 168+56+154=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 168 - color contains mainly: red. Hex color #A8389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8389A is #57C765. Grayscale: #646464. Windows color (decimal): -5752678 or 10107048. OLE color: 10107048.
HSL color Cylindrical-coordinate representation of color #A8389A: hue angle of 307.5º 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 #A8389A is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 154 | - |
| CMYK | 0 | 0.67 | 0.08 | 0.34 |
| HSL | 307.5º | 0.5% | 0.44% | - |
| HSV(B) | 307.5º | 0.67% | 0.66% | - |
| XYZ | 23.4 | 13.49 | 31.94 | - |
| YUV | 100.66 | 158.11 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 154 | 0 | 0.67 | 0.08 | 0.34 | 307.5 | 0.5 | 0.44 |
| Hex | A8 | 38 | 9A | 0 | 43 | 8 | 22 | 134 | 32 | 2C |
| Octal | 250 | 70 | 232 | 0 | 103 | 10 | 42 | 464 | 62 | 54 |
| Binary | 10101000 | 111000 | 10011010 | 0 | 1000011 | 1000 | 100010 | 100110100 | 110010 | 101100 |
Color Harmonies of #A8389A
Complementary color
Monochromatic Colors of #A8389A
Black with #A8389A
Text Example
Text Example
White with #A8389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8389A; }
p { color: rgb(168,56,154); }
H1.HeaderClassName
{
color: #A8389A;
}
.AnyTagClassName
{
color: #A8389A;
}
</style>
background-color css
<style>
a { background-color: #A8389A; }
a { background-color: rgb(168,56,154); }
div.DivClassName
{
background-color: #A8389A;
}
.BgClassName
{
background-color: #A8389A;
}
</style>
border-color css
<style>
span { border-color: #A8389A; }
span { border-color: rgb(168,56,154); }
td.TdClassName
{
border-color: #A8389A;
}
.TagClassName
{
border-color: #A8389A;
}
</style>