Shades of Medium Violet Red #AF1195
Tints of Medium Violet Red #AF1195
RGB
CMYK
RGB Variations
Color information
#AF1195 (or 0xAF1195) is known color: Medium Violet Red. HEX triplet: AF, 11 and 95. RGB value is (175,17,149). Sum of RGB (Red+Green+Blue) = 175+17+149=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1195 is #50EE6A. Grayscale: #4E4E4E. Windows color (decimal): -5303915 or 9769391. OLE color: 9769391.
HSL color Cylindrical-coordinate representation of color #AF1195: hue angle of 309.87º 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 #AF1195 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 149 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.31 |
| HSL | 309.87º | 0.82% | 0.38% | - |
| HSV(B) | 309.87º | 0.9% | 0.69% | - |
| XYZ | 23.3 | 11.68 | 29.46 | - |
| YUV | 79.29 | 167.35 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 149 | 0 | 0.90 | 0.15 | 0.31 | 309.87 | 0.82 | 0.38 |
| Hex | AF | 11 | 95 | 0 | 5A | F | 1F | 136 | 52 | 26 |
| Octal | 257 | 21 | 225 | 0 | 132 | 17 | 37 | 466 | 122 | 46 |
| Binary | 10101111 | 10001 | 10010101 | 0 | 1011010 | 1111 | 11111 | 100110110 | 1010010 | 100110 |
Color Harmonies of #AF1195
Complementary color
Monochromatic Colors of #AF1195
Black with #AF1195
Text Example
Text Example
White with #AF1195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1195; }
p { color: rgb(175,17,149); }
H1.HeaderClassName
{
color: #AF1195;
}
.AnyTagClassName
{
color: #AF1195;
}
</style>
background-color css
<style>
a { background-color: #AF1195; }
a { background-color: rgb(175,17,149); }
div.DivClassName
{
background-color: #AF1195;
}
.BgClassName
{
background-color: #AF1195;
}
</style>
border-color css
<style>
span { border-color: #AF1195; }
span { border-color: rgb(175,17,149); }
td.TdClassName
{
border-color: #AF1195;
}
.TagClassName
{
border-color: #AF1195;
}
</style>