Shades of Medium Red Violet #A6229A
Tints of Medium Red Violet #A6229A
RGB
CMYK
RGB Variations
Color information
#A6229A (or 0xA6229A) is known color: Medium Red Violet. HEX triplet: A6, 22 and 9A. RGB value is (166,34,154). Sum of RGB (Red+Green+Blue) = 166+34+154=354 (46% of max value = 765). Red value is 166 (65.23% from 255 or 46.89% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 166 - color contains mainly: red. Hex color #A6229A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6229A is #59DD65. Grayscale: #565656. Windows color (decimal): -5889382 or 10101414. OLE color: 10101414.
HSL color Cylindrical-coordinate representation of color #A6229A: hue angle of 305.45º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6229A is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 154 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.35 |
| HSL | 305.45º | 0.66% | 0.39% | - |
| HSV(B) | 305.45º | 0.8% | 0.65% | - |
| XYZ | 22.13 | 11.58 | 31.64 | - |
| YUV | 87.15 | 165.73 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 154 | 0 | 0.80 | 0.07 | 0.35 | 305.45 | 0.66 | 0.39 |
| Hex | A6 | 22 | 9A | 0 | 50 | 7 | 23 | 131 | 42 | 27 |
| Octal | 246 | 42 | 232 | 0 | 120 | 7 | 43 | 461 | 102 | 47 |
| Binary | 10100110 | 100010 | 10011010 | 0 | 1010000 | 111 | 100011 | 100110001 | 1000010 | 100111 |
Color Harmonies of #A6229A
Complementary color
Monochromatic Colors of #A6229A
Black with #A6229A
Text Example
Text Example
White with #A6229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6229A; }
p { color: rgb(166,34,154); }
H1.HeaderClassName
{
color: #A6229A;
}
.AnyTagClassName
{
color: #A6229A;
}
</style>
background-color css
<style>
a { background-color: #A6229A; }
a { background-color: rgb(166,34,154); }
div.DivClassName
{
background-color: #A6229A;
}
.BgClassName
{
background-color: #A6229A;
}
</style>
border-color css
<style>
span { border-color: #A6229A; }
span { border-color: rgb(166,34,154); }
td.TdClassName
{
border-color: #A6229A;
}
.TagClassName
{
border-color: #A6229A;
}
</style>