Shades of Medium Violet Red #AF0280
Tints of Medium Violet Red #AF0280
RGB
CMYK
RGB Variations
Color information
#AF0280 (or 0xAF0280) is known color: Medium Violet Red. HEX triplet: AF, 02 and 80. RGB value is (175,2,128). Sum of RGB (Red+Green+Blue) = 175+2+128=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0280 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0280 is #50FD7F. Grayscale: #434343. Windows color (decimal): -5307776 or 8389295. OLE color: 8389295.
HSL color Cylindrical-coordinate representation of color #AF0280: hue angle of 316.3º 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 #AF0280 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 128 | - |
| CMYK | 0 | 0.99 | 0.27 | 0.31 |
| HSL | 316.3º | 0.98% | 0.35% | - |
| HSV(B) | 316.3º | 0.99% | 0.69% | - |
| XYZ | 21.6 | 10.72 | 21.35 | - |
| YUV | 68.09 | 161.81 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 128 | 0 | 0.99 | 0.27 | 0.31 | 316.3 | 0.98 | 0.35 |
| Hex | AF | 2 | 80 | 0 | 63 | 1B | 1F | 13C | 62 | 23 |
| Octal | 257 | 2 | 200 | 0 | 143 | 33 | 37 | 474 | 142 | 43 |
| Binary | 10101111 | 10 | 10000000 | 0 | 1100011 | 11011 | 11111 | 100111100 | 1100010 | 100011 |
Color Harmonies of #AF0280
Complementary color
Monochromatic Colors of #AF0280
Black with #AF0280
Text Example
Text Example
White with #AF0280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0280; }
p { color: rgb(175,2,128); }
H1.HeaderClassName
{
color: #AF0280;
}
.AnyTagClassName
{
color: #AF0280;
}
</style>
background-color css
<style>
a { background-color: #AF0280; }
a { background-color: rgb(175,2,128); }
div.DivClassName
{
background-color: #AF0280;
}
.BgClassName
{
background-color: #AF0280;
}
</style>
border-color css
<style>
span { border-color: #AF0280; }
span { border-color: rgb(175,2,128); }
td.TdClassName
{
border-color: #AF0280;
}
.TagClassName
{
border-color: #AF0280;
}
</style>