Shades of Medium Violet Red #AF0992
Tints of Medium Violet Red #AF0992
RGB
CMYK
RGB Variations
Color information
#AF0992 (or 0xAF0992) is known color: Medium Violet Red. HEX triplet: AF, 09 and 92. RGB value is (175,9,146). Sum of RGB (Red+Green+Blue) = 175+9+146=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 9 (3.91% from 255 or 2.73% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0992 is #50F66D. Grayscale: #494949. Windows color (decimal): -5305966 or 9570735. OLE color: 9570735.
HSL color Cylindrical-coordinate representation of color #AF0992: hue angle of 310.48º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0992 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 146 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.31 |
| HSL | 310.48º | 0.9% | 0.36% | - |
| HSV(B) | 310.48º | 0.95% | 0.69% | - |
| XYZ | 22.97 | 11.38 | 28.18 | - |
| YUV | 74.25 | 168.5 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 146 | 0 | 0.95 | 0.17 | 0.31 | 310.48 | 0.9 | 0.36 |
| Hex | AF | 9 | 92 | 0 | 5F | 11 | 1F | 136 | 5A | 24 |
| Octal | 257 | 11 | 222 | 0 | 137 | 21 | 37 | 466 | 132 | 44 |
| Binary | 10101111 | 1001 | 10010010 | 0 | 1011111 | 10001 | 11111 | 100110110 | 1011010 | 100100 |
Color Harmonies of #AF0992
Complementary color
Monochromatic Colors of #AF0992
Black with #AF0992
Text Example
Text Example
White with #AF0992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0992; }
p { color: rgb(175,9,146); }
H1.HeaderClassName
{
color: #AF0992;
}
.AnyTagClassName
{
color: #AF0992;
}
</style>
background-color css
<style>
a { background-color: #AF0992; }
a { background-color: rgb(175,9,146); }
div.DivClassName
{
background-color: #AF0992;
}
.BgClassName
{
background-color: #AF0992;
}
</style>
border-color css
<style>
span { border-color: #AF0992; }
span { border-color: rgb(175,9,146); }
td.TdClassName
{
border-color: #AF0992;
}
.TagClassName
{
border-color: #AF0992;
}
</style>