Shades of Medium Violet Red #AF1199
Tints of Medium Violet Red #AF1199
RGB
CMYK
RGB Variations
Color information
#AF1199 (or 0xAF1199) is known color: Medium Violet Red. HEX triplet: AF, 11 and 99. RGB value is (175,17,153). Sum of RGB (Red+Green+Blue) = 175+17+153=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1199 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1199 is #50EE66. Grayscale: #4F4F4F. Windows color (decimal): -5303911 or 10031535. OLE color: 10031535.
HSL color Cylindrical-coordinate representation of color #AF1199: hue angle of 308.35º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1199 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 153 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.31 |
| HSL | 308.35º | 0.82% | 0.38% | - |
| HSV(B) | 308.35º | 0.9% | 0.69% | - |
| XYZ | 23.63 | 11.81 | 31.17 | - |
| YUV | 79.75 | 169.35 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 153 | 0 | 0.90 | 0.13 | 0.31 | 308.35 | 0.82 | 0.38 |
| Hex | AF | 11 | 99 | 0 | 5A | D | 1F | 134 | 52 | 26 |
| Octal | 257 | 21 | 231 | 0 | 132 | 15 | 37 | 464 | 122 | 46 |
| Binary | 10101111 | 10001 | 10011001 | 0 | 1011010 | 1101 | 11111 | 100110100 | 1010010 | 100110 |
Color Harmonies of #AF1199
Complementary color
Monochromatic Colors of #AF1199
Black with #AF1199
Text Example
Text Example
White with #AF1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1199; }
p { color: rgb(175,17,153); }
H1.HeaderClassName
{
color: #AF1199;
}
.AnyTagClassName
{
color: #AF1199;
}
</style>
background-color css
<style>
a { background-color: #AF1199; }
a { background-color: rgb(175,17,153); }
div.DivClassName
{
background-color: #AF1199;
}
.BgClassName
{
background-color: #AF1199;
}
</style>
border-color css
<style>
span { border-color: #AF1199; }
span { border-color: rgb(175,17,153); }
td.TdClassName
{
border-color: #AF1199;
}
.TagClassName
{
border-color: #AF1199;
}
</style>