Shades of Medium Violet Red #AF0091
Tints of Medium Violet Red #AF0091
RGB
CMYK
RGB Variations
Color information
#AF0091 (or 0xAF0091) is known color: Medium Violet Red. HEX triplet: AF, 00 and 91. RGB value is (175,0,145). Sum of RGB (Red+Green+Blue) = 175+0+145=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0091 is #50FF6E. Grayscale: #444444. Windows color (decimal): -5308271 or 9502895. OLE color: 9502895.
HSL color Cylindrical-coordinate representation of color #AF0091: hue angle of 310.29º 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 #AF0091 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 145 | - |
| CMYK | 0 | 1 | 0.17 | 0.31 |
| HSL | 310.29º | 1% | 0.34% | - |
| HSV(B) | 310.29º | 1% | 0.69% | - |
| XYZ | 22.79 | 11.16 | 27.74 | - |
| YUV | 68.86 | 170.98 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 145 | 0 | 1 | 0.17 | 0.31 | 310.29 | 1 | 0.34 |
| Hex | AF | 0 | 91 | 0 | 64 | 11 | 1F | 136 | 64 | 22 |
| Octal | 257 | 0 | 221 | 0 | 144 | 21 | 37 | 466 | 144 | 42 |
| Binary | 10101111 | 0 | 10010001 | 0 | 1100100 | 10001 | 11111 | 100110110 | 1100100 | 100010 |
Color Harmonies of #AF0091
Complementary color
Monochromatic Colors of #AF0091
Black with #AF0091
Text Example
Text Example
White with #AF0091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0091; }
p { color: rgb(175,0,145); }
H1.HeaderClassName
{
color: #AF0091;
}
.AnyTagClassName
{
color: #AF0091;
}
</style>
background-color css
<style>
a { background-color: #AF0091; }
a { background-color: rgb(175,0,145); }
div.DivClassName
{
background-color: #AF0091;
}
.BgClassName
{
background-color: #AF0091;
}
</style>
border-color css
<style>
span { border-color: #AF0091; }
span { border-color: rgb(175,0,145); }
td.TdClassName
{
border-color: #AF0091;
}
.TagClassName
{
border-color: #AF0091;
}
</style>