Shades of Medium Violet Red #AF1090
Tints of Medium Violet Red #AF1090
RGB
CMYK
RGB Variations
Color information
#AF1090 (or 0xAF1090) is known color: Medium Violet Red. HEX triplet: AF, 10 and 90. RGB value is (175,16,144). Sum of RGB (Red+Green+Blue) = 175+16+144=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 144 (56.64% from 255 or 42.99% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1090 is #50EF6F. Grayscale: #4D4D4D. Windows color (decimal): -5304176 or 9441455. OLE color: 9441455.
HSL color Cylindrical-coordinate representation of color #AF1090: hue angle of 311.7º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1090 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 144 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.31 |
| HSL | 311.7º | 0.83% | 0.37% | - |
| HSV(B) | 311.7º | 0.91% | 0.69% | - |
| XYZ | 22.9 | 11.5 | 27.4 | - |
| YUV | 78.13 | 165.18 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 144 | 0 | 0.91 | 0.18 | 0.31 | 311.7 | 0.83 | 0.37 |
| Hex | AF | 10 | 90 | 0 | 5B | 12 | 1F | 138 | 53 | 25 |
| Octal | 257 | 20 | 220 | 0 | 133 | 22 | 37 | 470 | 123 | 45 |
| Binary | 10101111 | 10000 | 10010000 | 0 | 1011011 | 10010 | 11111 | 100111000 | 1010011 | 100101 |
Color Harmonies of #AF1090
Complementary color
Monochromatic Colors of #AF1090
Black with #AF1090
Text Example
Text Example
White with #AF1090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1090; }
p { color: rgb(175,16,144); }
H1.HeaderClassName
{
color: #AF1090;
}
.AnyTagClassName
{
color: #AF1090;
}
</style>
background-color css
<style>
a { background-color: #AF1090; }
a { background-color: rgb(175,16,144); }
div.DivClassName
{
background-color: #AF1090;
}
.BgClassName
{
background-color: #AF1090;
}
</style>
border-color css
<style>
span { border-color: #AF1090; }
span { border-color: rgb(175,16,144); }
td.TdClassName
{
border-color: #AF1090;
}
.TagClassName
{
border-color: #AF1090;
}
</style>