Shades of Medium Violet Red #AF1392
Tints of Medium Violet Red #AF1392
RGB
CMYK
RGB Variations
Color information
#AF1392 (or 0xAF1392) is known color: Medium Violet Red. HEX triplet: AF, 13 and 92. RGB value is (175,19,146). Sum of RGB (Red+Green+Blue) = 175+19+146=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 19 (7.81% from 255 or 5.59% from 340); Blue value is 146 (57.42% from 255 or 42.94% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1392 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1392 is #50EC6D. Grayscale: #4F4F4F. Windows color (decimal): -5303406 or 9573295. OLE color: 9573295.
HSL color Cylindrical-coordinate representation of color #AF1392: hue angle of 311.15º 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 #AF1392 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 146 | - |
| CMYK | 0 | 0.89 | 0.17 | 0.31 |
| HSL | 311.15º | 0.8% | 0.38% | - |
| HSV(B) | 311.15º | 0.89% | 0.69% | - |
| XYZ | 23.1 | 11.66 | 28.23 | - |
| YUV | 80.12 | 165.18 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 146 | 0 | 0.89 | 0.17 | 0.31 | 311.15 | 0.8 | 0.38 |
| Hex | AF | 13 | 92 | 0 | 59 | 11 | 1F | 137 | 50 | 26 |
| Octal | 257 | 23 | 222 | 0 | 131 | 21 | 37 | 467 | 120 | 46 |
| Binary | 10101111 | 10011 | 10010010 | 0 | 1011001 | 10001 | 11111 | 100110111 | 1010000 | 100110 |
Color Harmonies of #AF1392
Complementary color
Monochromatic Colors of #AF1392
Black with #AF1392
Text Example
Text Example
White with #AF1392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1392; }
p { color: rgb(175,19,146); }
H1.HeaderClassName
{
color: #AF1392;
}
.AnyTagClassName
{
color: #AF1392;
}
</style>
background-color css
<style>
a { background-color: #AF1392; }
a { background-color: rgb(175,19,146); }
div.DivClassName
{
background-color: #AF1392;
}
.BgClassName
{
background-color: #AF1392;
}
</style>
border-color css
<style>
span { border-color: #AF1392; }
span { border-color: rgb(175,19,146); }
td.TdClassName
{
border-color: #AF1392;
}
.TagClassName
{
border-color: #AF1392;
}
</style>