Shades of Medium Violet Red #AF0081
Tints of Medium Violet Red #AF0081
RGB
CMYK
RGB Variations
Color information
#AF0081 (or 0xAF0081) is known color: Medium Violet Red. HEX triplet: AF, 00 and 81. RGB value is (175,0,129). Sum of RGB (Red+Green+Blue) = 175+0+129=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 129 (50.78% from 255 or 42.43% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0081 is #50FF7E. Grayscale: #424242. Windows color (decimal): -5308287 or 8454319. OLE color: 8454319.
HSL color Cylindrical-coordinate representation of color #AF0081: hue angle of 315.77º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0081 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 129 | - |
| CMYK | 0 | 1 | 0.26 | 0.31 |
| HSL | 315.77º | 1% | 0.34% | - |
| HSV(B) | 315.77º | 1% | 0.69% | - |
| XYZ | 21.64 | 10.7 | 21.69 | - |
| YUV | 67.03 | 162.98 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 129 | 0 | 1 | 0.26 | 0.31 | 315.77 | 1 | 0.34 |
| Hex | AF | 0 | 81 | 0 | 64 | 1A | 1F | 13C | 64 | 22 |
| Octal | 257 | 0 | 201 | 0 | 144 | 32 | 37 | 474 | 144 | 42 |
| Binary | 10101111 | 0 | 10000001 | 0 | 1100100 | 11010 | 11111 | 100111100 | 1100100 | 100010 |
Color Harmonies of #AF0081
Complementary color
Monochromatic Colors of #AF0081
Black with #AF0081
Text Example
Text Example
White with #AF0081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0081; }
p { color: rgb(175,0,129); }
H1.HeaderClassName
{
color: #AF0081;
}
.AnyTagClassName
{
color: #AF0081;
}
</style>
background-color css
<style>
a { background-color: #AF0081; }
a { background-color: rgb(175,0,129); }
div.DivClassName
{
background-color: #AF0081;
}
.BgClassName
{
background-color: #AF0081;
}
</style>
border-color css
<style>
span { border-color: #AF0081; }
span { border-color: rgb(175,0,129); }
td.TdClassName
{
border-color: #AF0081;
}
.TagClassName
{
border-color: #AF0081;
}
</style>