Shades of Medium Violet Red #AF1694
Tints of Medium Violet Red #AF1694
RGB
CMYK
RGB Variations
Color information
#AF1694 (or 0xAF1694) is known color: Medium Violet Red. HEX triplet: AF, 16 and 94. RGB value is (175,22,148). Sum of RGB (Red+Green+Blue) = 175+22+148=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1694 is #50E96B. Grayscale: #515151. Windows color (decimal): -5302636 or 9705135. OLE color: 9705135.
HSL color Cylindrical-coordinate representation of color #AF1694: hue angle of 310.59º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1694 is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 148 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.31 |
| HSL | 310.59º | 0.78% | 0.39% | - |
| HSV(B) | 310.59º | 0.87% | 0.69% | - |
| XYZ | 23.31 | 11.83 | 29.07 | - |
| YUV | 82.11 | 165.19 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 148 | 0 | 0.87 | 0.15 | 0.31 | 310.59 | 0.78 | 0.39 |
| Hex | AF | 16 | 94 | 0 | 57 | F | 1F | 137 | 4E | 27 |
| Octal | 257 | 26 | 224 | 0 | 127 | 17 | 37 | 467 | 116 | 47 |
| Binary | 10101111 | 10110 | 10010100 | 0 | 1010111 | 1111 | 11111 | 100110111 | 1001110 | 100111 |
Color Harmonies of #AF1694
Complementary color
Monochromatic Colors of #AF1694
Black with #AF1694
Text Example
Text Example
White with #AF1694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1694; }
p { color: rgb(175,22,148); }
H1.HeaderClassName
{
color: #AF1694;
}
.AnyTagClassName
{
color: #AF1694;
}
</style>
background-color css
<style>
a { background-color: #AF1694; }
a { background-color: rgb(175,22,148); }
div.DivClassName
{
background-color: #AF1694;
}
.BgClassName
{
background-color: #AF1694;
}
</style>
border-color css
<style>
span { border-color: #AF1694; }
span { border-color: rgb(175,22,148); }
td.TdClassName
{
border-color: #AF1694;
}
.TagClassName
{
border-color: #AF1694;
}
</style>