Shades of Medium Violet Red #AF0982
Tints of Medium Violet Red #AF0982
RGB
CMYK
RGB Variations
Color information
#AF0982 (or 0xAF0982) is known color: Medium Violet Red. HEX triplet: AF, 09 and 82. RGB value is (175,9,130). Sum of RGB (Red+Green+Blue) = 175+9+130=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0982 is #50F67D. Grayscale: #484848. Windows color (decimal): -5305982 or 8522159. OLE color: 8522159.
HSL color Cylindrical-coordinate representation of color #AF0982: hue angle of 316.27º 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 #AF0982 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 9 | 130 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.31 |
| HSL | 316.27º | 0.9% | 0.36% | - |
| HSV(B) | 316.27º | 0.95% | 0.69% | - |
| XYZ | 21.81 | 10.92 | 22.08 | - |
| YUV | 72.43 | 160.5 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 130 | 0 | 0.95 | 0.26 | 0.31 | 316.27 | 0.9 | 0.36 |
| Hex | AF | 9 | 82 | 0 | 5F | 1A | 1F | 13C | 5A | 24 |
| Octal | 257 | 11 | 202 | 0 | 137 | 32 | 37 | 474 | 132 | 44 |
| Binary | 10101111 | 1001 | 10000010 | 0 | 1011111 | 11010 | 11111 | 100111100 | 1011010 | 100100 |
Color Harmonies of #AF0982
Complementary color
Monochromatic Colors of #AF0982
Black with #AF0982
Text Example
Text Example
White with #AF0982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0982; }
p { color: rgb(175,9,130); }
H1.HeaderClassName
{
color: #AF0982;
}
.AnyTagClassName
{
color: #AF0982;
}
</style>
background-color css
<style>
a { background-color: #AF0982; }
a { background-color: rgb(175,9,130); }
div.DivClassName
{
background-color: #AF0982;
}
.BgClassName
{
background-color: #AF0982;
}
</style>
border-color css
<style>
span { border-color: #AF0982; }
span { border-color: rgb(175,9,130); }
td.TdClassName
{
border-color: #AF0982;
}
.TagClassName
{
border-color: #AF0982;
}
</style>