Shades of Medium Violet Red #AF0090
Tints of Medium Violet Red #AF0090
RGB
CMYK
RGB Variations
Color information
#AF0090 (or 0xAF0090) is known color: Medium Violet Red. HEX triplet: AF, 00 and 90. RGB value is (175,0,144). Sum of RGB (Red+Green+Blue) = 175+0+144=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0090 is #50FF6F. Grayscale: #444444. Windows color (decimal): -5308272 or 9437359. OLE color: 9437359.
HSL color Cylindrical-coordinate representation of color #AF0090: hue angle of 310.63º 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 #AF0090 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.18 | 0.31 |
| HSL | 310.63º | 1% | 0.34% | - |
| HSV(B) | 310.63º | 1% | 0.69% | - |
| XYZ | 22.71 | 11.13 | 27.34 | - |
| YUV | 68.74 | 170.48 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 144 | 0 | 1 | 0.18 | 0.31 | 310.63 | 1 | 0.34 |
| Hex | AF | 0 | 90 | 0 | 64 | 12 | 1F | 137 | 64 | 22 |
| Octal | 257 | 0 | 220 | 0 | 144 | 22 | 37 | 467 | 144 | 42 |
| Binary | 10101111 | 0 | 10010000 | 0 | 1100100 | 10010 | 11111 | 100110111 | 1100100 | 100010 |
Color Harmonies of #AF0090
Complementary color
Monochromatic Colors of #AF0090
Black with #AF0090
Text Example
Text Example
White with #AF0090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0090; }
p { color: rgb(175,0,144); }
H1.HeaderClassName
{
color: #AF0090;
}
.AnyTagClassName
{
color: #AF0090;
}
</style>
background-color css
<style>
a { background-color: #AF0090; }
a { background-color: rgb(175,0,144); }
div.DivClassName
{
background-color: #AF0090;
}
.BgClassName
{
background-color: #AF0090;
}
</style>
border-color css
<style>
span { border-color: #AF0090; }
span { border-color: rgb(175,0,144); }
td.TdClassName
{
border-color: #AF0090;
}
.TagClassName
{
border-color: #AF0090;
}
</style>