Shades of Medium Red Violet #A64883
Tints of Medium Red Violet #A64883
RGB
CMYK
RGB Variations
Color information
#A64883 (or 0xA64883) is known color: Medium Red Violet. HEX triplet: A6, 48 and 83. RGB value is (166,72,131). Sum of RGB (Red+Green+Blue) = 166+72+131=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 72 (28.52% from 255 or 19.51% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 166 - color contains mainly: red. Hex color #A64883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64883 is #59B77C. Grayscale: #6A6A6A. Windows color (decimal): -5879677 or 8603814. OLE color: 8603814.
HSL color Cylindrical-coordinate representation of color #A64883: hue angle of 322.34º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A64883 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 131 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.35 |
| HSL | 322.34º | 0.39% | 0.47% | - |
| HSV(B) | 322.34º | 0.57% | 0.65% | - |
| XYZ | 22.14 | 14.38 | 23.08 | - |
| YUV | 106.83 | 141.64 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 131 | 0 | 0.57 | 0.21 | 0.35 | 322.34 | 0.39 | 0.47 |
| Hex | A6 | 48 | 83 | 0 | 39 | 15 | 23 | 142 | 27 | 2F |
| Octal | 246 | 110 | 203 | 0 | 71 | 25 | 43 | 502 | 47 | 57 |
| Binary | 10100110 | 1001000 | 10000011 | 0 | 111001 | 10101 | 100011 | 101000010 | 100111 | 101111 |
Color Harmonies of #A64883
Complementary color
Monochromatic Colors of #A64883
Black with #A64883
Text Example
Text Example
White with #A64883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64883; }
p { color: rgb(166,72,131); }
H1.HeaderClassName
{
color: #A64883;
}
.AnyTagClassName
{
color: #A64883;
}
</style>
background-color css
<style>
a { background-color: #A64883; }
a { background-color: rgb(166,72,131); }
div.DivClassName
{
background-color: #A64883;
}
.BgClassName
{
background-color: #A64883;
}
</style>
border-color css
<style>
span { border-color: #A64883; }
span { border-color: rgb(166,72,131); }
td.TdClassName
{
border-color: #A64883;
}
.TagClassName
{
border-color: #A64883;
}
</style>