Shades of Medium Red Violet #A6249B
Tints of Medium Red Violet #A6249B
RGB
CMYK
RGB Variations
Color information
#A6249B (or 0xA6249B) is known color: Medium Red Violet. HEX triplet: A6, 24 and 9B. RGB value is (166,36,155). Sum of RGB (Red+Green+Blue) = 166+36+155=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6249B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6249B is #59DB64. Grayscale: #585858. Windows color (decimal): -5888869 or 10167462. OLE color: 10167462.
HSL color Cylindrical-coordinate representation of color #A6249B: hue angle of 305.08º 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 #A6249B is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 36 | 155 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.35 |
| HSL | 305.08º | 0.64% | 0.4% | - |
| HSV(B) | 305.08º | 0.78% | 0.65% | - |
| XYZ | 22.27 | 11.74 | 32.1 | - |
| YUV | 88.44 | 165.57 | 183.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 36 | 155 | 0 | 0.78 | 0.07 | 0.35 | 305.08 | 0.64 | 0.4 |
| Hex | A6 | 24 | 9B | 0 | 4E | 7 | 23 | 131 | 40 | 28 |
| Octal | 246 | 44 | 233 | 0 | 116 | 7 | 43 | 461 | 100 | 50 |
| Binary | 10100110 | 100100 | 10011011 | 0 | 1001110 | 111 | 100011 | 100110001 | 1000000 | 101000 |
Color Harmonies of #A6249B
Complementary color
Monochromatic Colors of #A6249B
Black with #A6249B
Text Example
Text Example
White with #A6249B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6249B; }
p { color: rgb(166,36,155); }
H1.HeaderClassName
{
color: #A6249B;
}
.AnyTagClassName
{
color: #A6249B;
}
</style>
background-color css
<style>
a { background-color: #A6249B; }
a { background-color: rgb(166,36,155); }
div.DivClassName
{
background-color: #A6249B;
}
.BgClassName
{
background-color: #A6249B;
}
</style>
border-color css
<style>
span { border-color: #A6249B; }
span { border-color: rgb(166,36,155); }
td.TdClassName
{
border-color: #A6249B;
}
.TagClassName
{
border-color: #A6249B;
}
</style>