Shades of Medium Red Violet #A63481
Tints of Medium Red Violet #A63481
RGB
CMYK
RGB Variations
Color information
#A63481 (or 0xA63481) is known color: Medium Red Violet. HEX triplet: A6, 34 and 81. RGB value is (166,52,129). Sum of RGB (Red+Green+Blue) = 166+52+129=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A63481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63481 is #59CB7E. Grayscale: #5E5E5E. Windows color (decimal): -5884799 or 8467622. OLE color: 8467622.
HSL color Cylindrical-coordinate representation of color #A63481: hue angle of 319.47º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63481 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 129 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.35 |
| HSL | 319.47º | 0.52% | 0.43% | - |
| HSV(B) | 319.47º | 0.69% | 0.65% | - |
| XYZ | 20.92 | 12.15 | 22.01 | - |
| YUV | 94.86 | 147.27 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 129 | 0 | 0.69 | 0.22 | 0.35 | 319.47 | 0.52 | 0.43 |
| Hex | A6 | 34 | 81 | 0 | 45 | 16 | 23 | 13F | 34 | 2B |
| Octal | 246 | 64 | 201 | 0 | 105 | 26 | 43 | 477 | 64 | 53 |
| Binary | 10100110 | 110100 | 10000001 | 0 | 1000101 | 10110 | 100011 | 100111111 | 110100 | 101011 |
Color Harmonies of #A63481
Complementary color
Monochromatic Colors of #A63481
Black with #A63481
Text Example
Text Example
White with #A63481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63481; }
p { color: rgb(166,52,129); }
H1.HeaderClassName
{
color: #A63481;
}
.AnyTagClassName
{
color: #A63481;
}
</style>
background-color css
<style>
a { background-color: #A63481; }
a { background-color: rgb(166,52,129); }
div.DivClassName
{
background-color: #A63481;
}
.BgClassName
{
background-color: #A63481;
}
</style>
border-color css
<style>
span { border-color: #A63481; }
span { border-color: rgb(166,52,129); }
td.TdClassName
{
border-color: #A63481;
}
.TagClassName
{
border-color: #A63481;
}
</style>