Shades of Medium Red Violet #A64380
Tints of Medium Red Violet #A64380
RGB
CMYK
RGB Variations
Color information
#A64380 (or 0xA64380) is known color: Medium Red Violet. HEX triplet: A6, 43 and 80. RGB value is (166,67,128). Sum of RGB (Red+Green+Blue) = 166+67+128=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A64380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64380 is #59BC7F. Grayscale: #676767. Windows color (decimal): -5880960 or 8405926. OLE color: 8405926.
HSL color Cylindrical-coordinate representation of color #A64380: hue angle of 323.03º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A64380 is Cyan = 0, Magento = 0.60, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 128 | - |
| CMYK | 0 | 0.60 | 0.23 | 0.35 |
| HSL | 323.03º | 0.42% | 0.46% | - |
| HSV(B) | 323.03º | 0.6% | 0.65% | - |
| XYZ | 21.63 | 13.68 | 21.92 | - |
| YUV | 103.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 128 | 0 | 0.60 | 0.23 | 0.35 | 323.03 | 0.42 | 0.46 |
| Hex | A6 | 43 | 80 | 0 | 3C | 17 | 23 | 143 | 2A | 2E |
| Octal | 246 | 103 | 200 | 0 | 74 | 27 | 43 | 503 | 52 | 56 |
| Binary | 10100110 | 1000011 | 10000000 | 0 | 111100 | 10111 | 100011 | 101000011 | 101010 | 101110 |
Color Harmonies of #A64380
Complementary color
Monochromatic Colors of #A64380
Black with #A64380
Text Example
Text Example
White with #A64380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64380; }
p { color: rgb(166,67,128); }
H1.HeaderClassName
{
color: #A64380;
}
.AnyTagClassName
{
color: #A64380;
}
</style>
background-color css
<style>
a { background-color: #A64380; }
a { background-color: rgb(166,67,128); }
div.DivClassName
{
background-color: #A64380;
}
.BgClassName
{
background-color: #A64380;
}
</style>
border-color css
<style>
span { border-color: #A64380; }
span { border-color: rgb(166,67,128); }
td.TdClassName
{
border-color: #A64380;
}
.TagClassName
{
border-color: #A64380;
}
</style>