Shades of Medium Red Violet #A6299B
Tints of Medium Red Violet #A6299B
RGB
CMYK
RGB Variations
Color information
#A6299B (or 0xA6299B) is known color: Medium Red Violet. HEX triplet: A6, 29 and 9B. RGB value is (166,41,155). Sum of RGB (Red+Green+Blue) = 166+41+155=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 155 (60.94% from 255 or 42.82% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6299B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6299B is #59D664. Grayscale: #5B5B5B. Windows color (decimal): -5887589 or 10168742. OLE color: 10168742.
HSL color Cylindrical-coordinate representation of color #A6299B: hue angle of 305.28º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6299B is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 155 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.35 |
| HSL | 305.28º | 0.6% | 0.41% | - |
| HSV(B) | 305.28º | 0.75% | 0.65% | - |
| XYZ | 22.44 | 12.06 | 32.16 | - |
| YUV | 91.37 | 163.91 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 155 | 0 | 0.75 | 0.07 | 0.35 | 305.28 | 0.6 | 0.41 |
| Hex | A6 | 29 | 9B | 0 | 4B | 7 | 23 | 131 | 3C | 29 |
| Octal | 246 | 51 | 233 | 0 | 113 | 7 | 43 | 461 | 74 | 51 |
| Binary | 10100110 | 101001 | 10011011 | 0 | 1001011 | 111 | 100011 | 100110001 | 111100 | 101001 |
Color Harmonies of #A6299B
Complementary color
Monochromatic Colors of #A6299B
Black with #A6299B
Text Example
Text Example
White with #A6299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6299B; }
p { color: rgb(166,41,155); }
H1.HeaderClassName
{
color: #A6299B;
}
.AnyTagClassName
{
color: #A6299B;
}
</style>
background-color css
<style>
a { background-color: #A6299B; }
a { background-color: rgb(166,41,155); }
div.DivClassName
{
background-color: #A6299B;
}
.BgClassName
{
background-color: #A6299B;
}
</style>
border-color css
<style>
span { border-color: #A6299B; }
span { border-color: rgb(166,41,155); }
td.TdClassName
{
border-color: #A6299B;
}
.TagClassName
{
border-color: #A6299B;
}
</style>