Shades of Medium Red Violet #A2318A
Tints of Medium Red Violet #A2318A
RGB
CMYK
RGB Variations
Color information
#A2318A (or 0xA2318A) is known color: Medium Red Violet. HEX triplet: A2, 31 and 8A. RGB value is (162,49,138). Sum of RGB (Red+Green+Blue) = 162+49+138=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A2318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2318A is #5DCE75. Grayscale: #5C5C5C. Windows color (decimal): -6147702 or 9056674. OLE color: 9056674.
HSL color Cylindrical-coordinate representation of color #A2318A: hue angle of 312.74º 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 #A2318A is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 49 | 138 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.36 |
| HSL | 312.74º | 0.54% | 0.41% | - |
| HSV(B) | 312.74º | 0.7% | 0.64% | - |
| XYZ | 20.59 | 11.71 | 25.22 | - |
| YUV | 92.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 49 | 138 | 0 | 0.70 | 0.15 | 0.36 | 312.74 | 0.54 | 0.41 |
| Hex | A2 | 31 | 8A | 0 | 46 | F | 24 | 139 | 36 | 29 |
| Octal | 242 | 61 | 212 | 0 | 106 | 17 | 44 | 471 | 66 | 51 |
| Binary | 10100010 | 110001 | 10001010 | 0 | 1000110 | 1111 | 100100 | 100111001 | 110110 | 101001 |
Color Harmonies of #A2318A
Complementary color
Monochromatic Colors of #A2318A
Black with #A2318A
Text Example
Text Example
White with #A2318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2318A; }
p { color: rgb(162,49,138); }
H1.HeaderClassName
{
color: #A2318A;
}
.AnyTagClassName
{
color: #A2318A;
}
</style>
background-color css
<style>
a { background-color: #A2318A; }
a { background-color: rgb(162,49,138); }
div.DivClassName
{
background-color: #A2318A;
}
.BgClassName
{
background-color: #A2318A;
}
</style>
border-color css
<style>
span { border-color: #A2318A; }
span { border-color: rgb(162,49,138); }
td.TdClassName
{
border-color: #A2318A;
}
.TagClassName
{
border-color: #A2318A;
}
</style>