Shades of Medium Red Violet #A2388A
Tints of Medium Red Violet #A2388A
RGB
CMYK
RGB Variations
Color information
#A2388A (or 0xA2388A) is known color: Medium Red Violet. HEX triplet: A2, 38 and 8A. RGB value is (162,56,138). Sum of RGB (Red+Green+Blue) = 162+56+138=356 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.51% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 162 - color contains mainly: red. Hex color #A2388A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2388A is #5DC775. Grayscale: #606060. Windows color (decimal): -6145910 or 9058466. OLE color: 9058466.
HSL color Cylindrical-coordinate representation of color #A2388A: hue angle of 313.58º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A2388A is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 138 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.36 |
| HSL | 313.58º | 0.49% | 0.43% | - |
| HSV(B) | 313.58º | 0.65% | 0.64% | - |
| XYZ | 20.9 | 12.34 | 25.33 | - |
| YUV | 97.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 138 | 0 | 0.65 | 0.15 | 0.36 | 313.58 | 0.49 | 0.43 |
| Hex | A2 | 38 | 8A | 0 | 41 | F | 24 | 13A | 31 | 2B |
| Octal | 242 | 70 | 212 | 0 | 101 | 17 | 44 | 472 | 61 | 53 |
| Binary | 10100010 | 111000 | 10001010 | 0 | 1000001 | 1111 | 100100 | 100111010 | 110001 | 101011 |
Color Harmonies of #A2388A
Complementary color
Monochromatic Colors of #A2388A
Black with #A2388A
Text Example
Text Example
White with #A2388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2388A; }
p { color: rgb(162,56,138); }
H1.HeaderClassName
{
color: #A2388A;
}
.AnyTagClassName
{
color: #A2388A;
}
</style>
background-color css
<style>
a { background-color: #A2388A; }
a { background-color: rgb(162,56,138); }
div.DivClassName
{
background-color: #A2388A;
}
.BgClassName
{
background-color: #A2388A;
}
</style>
border-color css
<style>
span { border-color: #A2388A; }
span { border-color: rgb(162,56,138); }
td.TdClassName
{
border-color: #A2388A;
}
.TagClassName
{
border-color: #A2388A;
}
</style>