Shades of Medium Violet Red #AF0282
Tints of Medium Violet Red #AF0282
RGB
CMYK
RGB Variations
Color information
#AF0282 (or 0xAF0282) is known color: Medium Violet Red. HEX triplet: AF, 02 and 82. RGB value is (175,2,130). Sum of RGB (Red+Green+Blue) = 175+2+130=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0282 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0282 is #50FD7D. Grayscale: #434343. Windows color (decimal): -5307774 or 8520367. OLE color: 8520367.
HSL color Cylindrical-coordinate representation of color #AF0282: hue angle of 315.61º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0282 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.26 | 0.31 |
| HSL | 315.61º | 0.98% | 0.35% | - |
| HSV(B) | 315.61º | 0.99% | 0.69% | - |
| XYZ | 21.73 | 10.77 | 22.05 | - |
| YUV | 68.32 | 162.81 | 204.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 130 | 0 | 0.99 | 0.26 | 0.31 | 315.61 | 0.98 | 0.35 |
| Hex | AF | 2 | 82 | 0 | 63 | 1A | 1F | 13C | 62 | 23 |
| Octal | 257 | 2 | 202 | 0 | 143 | 32 | 37 | 474 | 142 | 43 |
| Binary | 10101111 | 10 | 10000010 | 0 | 1100011 | 11010 | 11111 | 100111100 | 1100010 | 100011 |
Color Harmonies of #AF0282
Complementary color
Monochromatic Colors of #AF0282
Black with #AF0282
Text Example
Text Example
White with #AF0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0282; }
p { color: rgb(175,2,130); }
H1.HeaderClassName
{
color: #AF0282;
}
.AnyTagClassName
{
color: #AF0282;
}
</style>
background-color css
<style>
a { background-color: #AF0282; }
a { background-color: rgb(175,2,130); }
div.DivClassName
{
background-color: #AF0282;
}
.BgClassName
{
background-color: #AF0282;
}
</style>
border-color css
<style>
span { border-color: #AF0282; }
span { border-color: rgb(175,2,130); }
td.TdClassName
{
border-color: #AF0282;
}
.TagClassName
{
border-color: #AF0282;
}
</style>