Shades of Medium Red Violet #A62F99
Tints of Medium Red Violet #A62F99
RGB
CMYK
RGB Variations
Color information
#A62F99 (or 0xA62F99) is known color: Medium Red Violet. HEX triplet: A6, 2F and 99. RGB value is (166,47,153). Sum of RGB (Red+Green+Blue) = 166+47+153=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62F99 is #59D066. Grayscale: #5E5E5E. Windows color (decimal): -5886055 or 10039206. OLE color: 10039206.
HSL color Cylindrical-coordinate representation of color #A62F99: hue angle of 306.55º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62F99 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 47 | 153 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.35 |
| HSL | 306.55º | 0.56% | 0.42% | - |
| HSV(B) | 306.55º | 0.72% | 0.65% | - |
| XYZ | 22.49 | 12.44 | 31.35 | - |
| YUV | 94.67 | 160.92 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 153 | 0 | 0.72 | 0.08 | 0.35 | 306.55 | 0.56 | 0.42 |
| Hex | A6 | 2F | 99 | 0 | 48 | 8 | 23 | 133 | 38 | 2A |
| Octal | 246 | 57 | 231 | 0 | 110 | 10 | 43 | 463 | 70 | 52 |
| Binary | 10100110 | 101111 | 10011001 | 0 | 1001000 | 1000 | 100011 | 100110011 | 111000 | 101010 |
Color Harmonies of #A62F99
Complementary color
Monochromatic Colors of #A62F99
Black with #A62F99
Text Example
Text Example
White with #A62F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62F99; }
p { color: rgb(166,47,153); }
H1.HeaderClassName
{
color: #A62F99;
}
.AnyTagClassName
{
color: #A62F99;
}
</style>
background-color css
<style>
a { background-color: #A62F99; }
a { background-color: rgb(166,47,153); }
div.DivClassName
{
background-color: #A62F99;
}
.BgClassName
{
background-color: #A62F99;
}
</style>
border-color css
<style>
span { border-color: #A62F99; }
span { border-color: rgb(166,47,153); }
td.TdClassName
{
border-color: #A62F99;
}
.TagClassName
{
border-color: #A62F99;
}
</style>