Shades of Medium Violet Red #AF0482
Tints of Medium Violet Red #AF0482
RGB
CMYK
RGB Variations
Color information
#AF0482 (or 0xAF0482) is known color: Medium Violet Red. HEX triplet: AF, 04 and 82. RGB value is (175,4,130). Sum of RGB (Red+Green+Blue) = 175+4+130=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0482 is #50FB7D. Grayscale: #454545. Windows color (decimal): -5307262 or 8520879. OLE color: 8520879.
HSL color Cylindrical-coordinate representation of color #AF0482: hue angle of 315.79º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF0482 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 4 | 130 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.31 |
| HSL | 315.79º | 0.96% | 0.35% | - |
| HSV(B) | 315.79º | 0.98% | 0.69% | - |
| XYZ | 21.75 | 10.81 | 22.06 | - |
| YUV | 69.49 | 162.15 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 4 | 130 | 0 | 0.98 | 0.26 | 0.31 | 315.79 | 0.96 | 0.35 |
| Hex | AF | 4 | 82 | 0 | 62 | 1A | 1F | 13C | 60 | 23 |
| Octal | 257 | 4 | 202 | 0 | 142 | 32 | 37 | 474 | 140 | 43 |
| Binary | 10101111 | 100 | 10000010 | 0 | 1100010 | 11010 | 11111 | 100111100 | 1100000 | 100011 |
Color Harmonies of #AF0482
Complementary color
Monochromatic Colors of #AF0482
Black with #AF0482
Text Example
Text Example
White with #AF0482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0482; }
p { color: rgb(175,4,130); }
H1.HeaderClassName
{
color: #AF0482;
}
.AnyTagClassName
{
color: #AF0482;
}
</style>
background-color css
<style>
a { background-color: #AF0482; }
a { background-color: rgb(175,4,130); }
div.DivClassName
{
background-color: #AF0482;
}
.BgClassName
{
background-color: #AF0482;
}
</style>
border-color css
<style>
span { border-color: #AF0482; }
span { border-color: rgb(175,4,130); }
td.TdClassName
{
border-color: #AF0482;
}
.TagClassName
{
border-color: #AF0482;
}
</style>