Shades of Medium Red Violet #A2308D
Tints of Medium Red Violet #A2308D
RGB
CMYK
RGB Variations
Color information
#A2308D (or 0xA2308D) is known color: Medium Red Violet. HEX triplet: A2, 30 and 8D. RGB value is (162,48,141). Sum of RGB (Red+Green+Blue) = 162+48+141=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A2308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2308D is #5DCF72. Grayscale: #5C5C5C. Windows color (decimal): -6147955 or 9253026. OLE color: 9253026.
HSL color Cylindrical-coordinate representation of color #A2308D: hue angle of 311.05º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2308D is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 141 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.36 |
| HSL | 311.05º | 0.54% | 0.41% | - |
| HSV(B) | 311.05º | 0.7% | 0.64% | - |
| XYZ | 20.76 | 11.72 | 26.37 | - |
| YUV | 92.69 | 155.27 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 141 | 0 | 0.70 | 0.13 | 0.36 | 311.05 | 0.54 | 0.41 |
| Hex | A2 | 30 | 8D | 0 | 46 | D | 24 | 137 | 36 | 29 |
| Octal | 242 | 60 | 215 | 0 | 106 | 15 | 44 | 467 | 66 | 51 |
| Binary | 10100010 | 110000 | 10001101 | 0 | 1000110 | 1101 | 100100 | 100110111 | 110110 | 101001 |
Color Harmonies of #A2308D
Complementary color
Monochromatic Colors of #A2308D
Black with #A2308D
Text Example
Text Example
White with #A2308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2308D; }
p { color: rgb(162,48,141); }
H1.HeaderClassName
{
color: #A2308D;
}
.AnyTagClassName
{
color: #A2308D;
}
</style>
background-color css
<style>
a { background-color: #A2308D; }
a { background-color: rgb(162,48,141); }
div.DivClassName
{
background-color: #A2308D;
}
.BgClassName
{
background-color: #A2308D;
}
</style>
border-color css
<style>
span { border-color: #A2308D; }
span { border-color: rgb(162,48,141); }
td.TdClassName
{
border-color: #A2308D;
}
.TagClassName
{
border-color: #A2308D;
}
</style>