Shades of Medium Red Violet #A62297
Tints of Medium Red Violet #A62297
RGB
CMYK
RGB Variations
Color information
#A62297 (or 0xA62297) is known color: Medium Red Violet. HEX triplet: A6, 22 and 97. RGB value is (166,34,151). Sum of RGB (Red+Green+Blue) = 166+34+151=351 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.29% from 351); Green value is 34 (13.67% from 255 or 9.69% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 166 - color contains mainly: red. Hex color #A62297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62297 is #59DD68. Grayscale: #565656. Windows color (decimal): -5889385 or 9904806. OLE color: 9904806.
HSL color Cylindrical-coordinate representation of color #A62297: hue angle of 306.82º 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 #A62297 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 34 | 151 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.35 |
| HSL | 306.82º | 0.66% | 0.39% | - |
| HSV(B) | 306.82º | 0.8% | 0.65% | - |
| XYZ | 21.88 | 11.49 | 30.34 | - |
| YUV | 86.81 | 164.23 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 151 | 0 | 0.80 | 0.09 | 0.35 | 306.82 | 0.66 | 0.39 |
| Hex | A6 | 22 | 97 | 0 | 50 | 9 | 23 | 133 | 42 | 27 |
| Octal | 246 | 42 | 227 | 0 | 120 | 11 | 43 | 463 | 102 | 47 |
| Binary | 10100110 | 100010 | 10010111 | 0 | 1010000 | 1001 | 100011 | 100110011 | 1000010 | 100111 |
Color Harmonies of #A62297
Complementary color
Monochromatic Colors of #A62297
Black with #A62297
Text Example
Text Example
White with #A62297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62297; }
p { color: rgb(166,34,151); }
H1.HeaderClassName
{
color: #A62297;
}
.AnyTagClassName
{
color: #A62297;
}
</style>
background-color css
<style>
a { background-color: #A62297; }
a { background-color: rgb(166,34,151); }
div.DivClassName
{
background-color: #A62297;
}
.BgClassName
{
background-color: #A62297;
}
</style>
border-color css
<style>
span { border-color: #A62297; }
span { border-color: rgb(166,34,151); }
td.TdClassName
{
border-color: #A62297;
}
.TagClassName
{
border-color: #A62297;
}
</style>