Shades of Medium Red Violet #A62B97
Tints of Medium Red Violet #A62B97
RGB
CMYK
RGB Variations
Color information
#A62B97 (or 0xA62B97) is known color: Medium Red Violet. HEX triplet: A6, 2B and 97. RGB value is (166,43,151). Sum of RGB (Red+Green+Blue) = 166+43+151=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 151 (59.38% from 255 or 41.94% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62B97 is #59D468. Grayscale: #5B5B5B. Windows color (decimal): -5887081 or 9907110. OLE color: 9907110.
HSL color Cylindrical-coordinate representation of color #A62B97: hue angle of 307.32º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A62B97 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 43 | 151 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.35 |
| HSL | 307.32º | 0.59% | 0.41% | - |
| HSV(B) | 307.32º | 0.74% | 0.65% | - |
| XYZ | 22.18 | 12.07 | 30.44 | - |
| YUV | 92.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 151 | 0 | 0.74 | 0.09 | 0.35 | 307.32 | 0.59 | 0.41 |
| Hex | A6 | 2B | 97 | 0 | 4A | 9 | 23 | 133 | 3B | 29 |
| Octal | 246 | 53 | 227 | 0 | 112 | 11 | 43 | 463 | 73 | 51 |
| Binary | 10100110 | 101011 | 10010111 | 0 | 1001010 | 1001 | 100011 | 100110011 | 111011 | 101001 |
Color Harmonies of #A62B97
Complementary color
Monochromatic Colors of #A62B97
Black with #A62B97
Text Example
Text Example
White with #A62B97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62B97; }
p { color: rgb(166,43,151); }
H1.HeaderClassName
{
color: #A62B97;
}
.AnyTagClassName
{
color: #A62B97;
}
</style>
background-color css
<style>
a { background-color: #A62B97; }
a { background-color: rgb(166,43,151); }
div.DivClassName
{
background-color: #A62B97;
}
.BgClassName
{
background-color: #A62B97;
}
</style>
border-color css
<style>
span { border-color: #A62B97; }
span { border-color: rgb(166,43,151); }
td.TdClassName
{
border-color: #A62B97;
}
.TagClassName
{
border-color: #A62B97;
}
</style>