Shades of Medium Red Violet #A64488
Tints of Medium Red Violet #A64488
RGB
CMYK
RGB Variations
Color information
#A64488 (or 0xA64488) is known color: Medium Red Violet. HEX triplet: A6, 44 and 88. RGB value is (166,68,136). Sum of RGB (Red+Green+Blue) = 166+68+136=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 68 (26.95% from 255 or 18.38% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A64488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64488 is #59BB77. Grayscale: #686868. Windows color (decimal): -5880696 or 8930470. OLE color: 8930470.
HSL color Cylindrical-coordinate representation of color #A64488: hue angle of 318.37º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A64488 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 136 | - |
| CMYK | 0 | 0.59 | 0.18 | 0.35 |
| HSL | 318.37º | 0.42% | 0.46% | - |
| HSV(B) | 318.37º | 0.59% | 0.65% | - |
| XYZ | 22.24 | 14.02 | 24.83 | - |
| YUV | 105.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 136 | 0 | 0.59 | 0.18 | 0.35 | 318.37 | 0.42 | 0.46 |
| Hex | A6 | 44 | 88 | 0 | 3B | 12 | 23 | 13E | 2A | 2E |
| Octal | 246 | 104 | 210 | 0 | 73 | 22 | 43 | 476 | 52 | 56 |
| Binary | 10100110 | 1000100 | 10001000 | 0 | 111011 | 10010 | 100011 | 100111110 | 101010 | 101110 |
Color Harmonies of #A64488
Complementary color
Monochromatic Colors of #A64488
Black with #A64488
Text Example
Text Example
White with #A64488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64488; }
p { color: rgb(166,68,136); }
H1.HeaderClassName
{
color: #A64488;
}
.AnyTagClassName
{
color: #A64488;
}
</style>
background-color css
<style>
a { background-color: #A64488; }
a { background-color: rgb(166,68,136); }
div.DivClassName
{
background-color: #A64488;
}
.BgClassName
{
background-color: #A64488;
}
</style>
border-color css
<style>
span { border-color: #A64488; }
span { border-color: rgb(166,68,136); }
td.TdClassName
{
border-color: #A64488;
}
.TagClassName
{
border-color: #A64488;
}
</style>