Shades of Medium Red Violet #A2478A
Tints of Medium Red Violet #A2478A
RGB
CMYK
RGB Variations
Color information
#A2478A (or 0xA2478A) is known color: Medium Red Violet. HEX triplet: A2, 47 and 8A. RGB value is (162,71,138). Sum of RGB (Red+Green+Blue) = 162+71+138=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A2478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2478A is #5DB875. Grayscale: #696969. Windows color (decimal): -6142070 or 9062306. OLE color: 9062306.
HSL color Cylindrical-coordinate representation of color #A2478A: hue angle of 315.82º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2478A is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 71 | 138 | - |
| CMYK | 0 | 0.56 | 0.15 | 0.36 |
| HSL | 315.82º | 0.39% | 0.46% | - |
| HSV(B) | 315.82º | 0.56% | 0.64% | - |
| XYZ | 21.74 | 14.02 | 25.61 | - |
| YUV | 105.85 | 146.15 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 138 | 0 | 0.56 | 0.15 | 0.36 | 315.82 | 0.39 | 0.46 |
| Hex | A2 | 47 | 8A | 0 | 38 | F | 24 | 13C | 27 | 2E |
| Octal | 242 | 107 | 212 | 0 | 70 | 17 | 44 | 474 | 47 | 56 |
| Binary | 10100010 | 1000111 | 10001010 | 0 | 111000 | 1111 | 100100 | 100111100 | 100111 | 101110 |
Color Harmonies of #A2478A
Complementary color
Monochromatic Colors of #A2478A
Black with #A2478A
Text Example
Text Example
White with #A2478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2478A; }
p { color: rgb(162,71,138); }
H1.HeaderClassName
{
color: #A2478A;
}
.AnyTagClassName
{
color: #A2478A;
}
</style>
background-color css
<style>
a { background-color: #A2478A; }
a { background-color: rgb(162,71,138); }
div.DivClassName
{
background-color: #A2478A;
}
.BgClassName
{
background-color: #A2478A;
}
</style>
border-color css
<style>
span { border-color: #A2478A; }
span { border-color: rgb(162,71,138); }
td.TdClassName
{
border-color: #A2478A;
}
.TagClassName
{
border-color: #A2478A;
}
</style>