Shades of Medium Red Violet #A8399B
Tints of Medium Red Violet #A8399B
RGB
CMYK
RGB Variations
Color information
#A8399B (or 0xA8399B) is known color: Medium Red Violet. HEX triplet: A8, 39 and 9B. RGB value is (168,57,155). Sum of RGB (Red+Green+Blue) = 168+57+155=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8399B is #57C664. Grayscale: #656565. Windows color (decimal): -5752421 or 10172840. OLE color: 10172840.
HSL color Cylindrical-coordinate representation of color #A8399B: hue angle of 307.03º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8399B is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 155 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.34 |
| HSL | 307.03º | 0.49% | 0.44% | - |
| HSV(B) | 307.03º | 0.66% | 0.66% | - |
| XYZ | 23.53 | 13.62 | 32.4 | - |
| YUV | 101.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 155 | 0 | 0.66 | 0.08 | 0.34 | 307.03 | 0.49 | 0.44 |
| Hex | A8 | 39 | 9B | 0 | 42 | 8 | 22 | 133 | 31 | 2C |
| Octal | 250 | 71 | 233 | 0 | 102 | 10 | 42 | 463 | 61 | 54 |
| Binary | 10101000 | 111001 | 10011011 | 0 | 1000010 | 1000 | 100010 | 100110011 | 110001 | 101100 |
Color Harmonies of #A8399B
Complementary color
Monochromatic Colors of #A8399B
Black with #A8399B
Text Example
Text Example
White with #A8399B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8399B; }
p { color: rgb(168,57,155); }
H1.HeaderClassName
{
color: #A8399B;
}
.AnyTagClassName
{
color: #A8399B;
}
</style>
background-color css
<style>
a { background-color: #A8399B; }
a { background-color: rgb(168,57,155); }
div.DivClassName
{
background-color: #A8399B;
}
.BgClassName
{
background-color: #A8399B;
}
</style>
border-color css
<style>
span { border-color: #A8399B; }
span { border-color: rgb(168,57,155); }
td.TdClassName
{
border-color: #A8399B;
}
.TagClassName
{
border-color: #A8399B;
}
</style>