Shades of Medium Violet Red #AF1395
Tints of Medium Violet Red #AF1395
RGB
CMYK
RGB Variations
Color information
#AF1395 (or 0xAF1395) is known color: Medium Violet Red. HEX triplet: AF, 13 and 95. RGB value is (175,19,149). Sum of RGB (Red+Green+Blue) = 175+19+149=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1395 is #50EC6A. Grayscale: #505050. Windows color (decimal): -5303403 or 9769903. OLE color: 9769903.
HSL color Cylindrical-coordinate representation of color #AF1395: hue angle of 310º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF1395 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 149 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.31 |
| HSL | 310º | 0.8% | 0.38% | - |
| HSV(B) | 310º | 0.89% | 0.69% | - |
| XYZ | 23.34 | 11.75 | 29.47 | - |
| YUV | 80.46 | 166.68 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 149 | 0 | 0.89 | 0.15 | 0.31 | 310 | 0.8 | 0.38 |
| Hex | AF | 13 | 95 | 0 | 59 | F | 1F | 136 | 50 | 26 |
| Octal | 257 | 23 | 225 | 0 | 131 | 17 | 37 | 466 | 120 | 46 |
| Binary | 10101111 | 10011 | 10010101 | 0 | 1011001 | 1111 | 11111 | 100110110 | 1010000 | 100110 |
Color Harmonies of #AF1395
Complementary color
Monochromatic Colors of #AF1395
Black with #AF1395
Text Example
Text Example
White with #AF1395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1395; }
p { color: rgb(175,19,149); }
H1.HeaderClassName
{
color: #AF1395;
}
.AnyTagClassName
{
color: #AF1395;
}
</style>
background-color css
<style>
a { background-color: #AF1395; }
a { background-color: rgb(175,19,149); }
div.DivClassName
{
background-color: #AF1395;
}
.BgClassName
{
background-color: #AF1395;
}
</style>
border-color css
<style>
span { border-color: #AF1395; }
span { border-color: rgb(175,19,149); }
td.TdClassName
{
border-color: #AF1395;
}
.TagClassName
{
border-color: #AF1395;
}
</style>