Shades of Medium Red Violet #A6248B
Tints of Medium Red Violet #A6248B
RGB
CMYK
RGB Variations
Color information
#A6248B (or 0xA6248B) is known color: Medium Red Violet. HEX triplet: A6, 24 and 8B. RGB value is (166,36,139). Sum of RGB (Red+Green+Blue) = 166+36+139=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 36 (14.45% from 255 or 10.56% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6248B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6248B is #59DB74. Grayscale: #565656. Windows color (decimal): -5888885 or 9118886. OLE color: 9118886.
HSL color Cylindrical-coordinate representation of color #A6248B: hue angle of 312.46º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6248B is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 139 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.35 |
| HSL | 312.46º | 0.64% | 0.4% | - |
| HSV(B) | 312.46º | 0.78% | 0.65% | - |
| XYZ | 21.02 | 11.23 | 25.49 | - |
| YUV | 86.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 139 | 0 | 0.78 | 0.16 | 0.35 | 312.46 | 0.64 | 0.4 |
| Hex | A6 | 24 | 8B | 0 | 4E | 10 | 23 | 138 | 40 | 28 |
| Octal | 246 | 44 | 213 | 0 | 116 | 20 | 43 | 470 | 100 | 50 |
| Binary | 10100110 | 100100 | 10001011 | 0 | 1001110 | 10000 | 100011 | 100111000 | 1000000 | 101000 |
Color Harmonies of #A6248B
Complementary color
Monochromatic Colors of #A6248B
Black with #A6248B
Text Example
Text Example
White with #A6248B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6248B; }
p { color: rgb(166,36,139); }
H1.HeaderClassName
{
color: #A6248B;
}
.AnyTagClassName
{
color: #A6248B;
}
</style>
background-color css
<style>
a { background-color: #A6248B; }
a { background-color: rgb(166,36,139); }
div.DivClassName
{
background-color: #A6248B;
}
.BgClassName
{
background-color: #A6248B;
}
</style>
border-color css
<style>
span { border-color: #A6248B; }
span { border-color: rgb(166,36,139); }
td.TdClassName
{
border-color: #A6248B;
}
.TagClassName
{
border-color: #A6248B;
}
</style>