Shades of Medium Violet Red #AF1683
Tints of Medium Violet Red #AF1683
RGB
CMYK
RGB Variations
Color information
#AF1683 (or 0xAF1683) is known color: Medium Violet Red. HEX triplet: AF, 16 and 83. RGB value is (175,22,131). Sum of RGB (Red+Green+Blue) = 175+22+131=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 22 (8.98% from 255 or 6.71% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1683 is #50E97C. Grayscale: #4F4F4F. Windows color (decimal): -5302653 or 8591023. OLE color: 8591023.
HSL color Cylindrical-coordinate representation of color #AF1683: hue angle of 317.25º 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 #AF1683 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 22 | 131 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.31 |
| HSL | 317.25º | 0.78% | 0.39% | - |
| HSV(B) | 317.25º | 0.87% | 0.69% | - |
| XYZ | 22.06 | 11.33 | 22.5 | - |
| YUV | 80.17 | 156.69 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 131 | 0 | 0.87 | 0.25 | 0.31 | 317.25 | 0.78 | 0.39 |
| Hex | AF | 16 | 83 | 0 | 57 | 19 | 1F | 13D | 4E | 27 |
| Octal | 257 | 26 | 203 | 0 | 127 | 31 | 37 | 475 | 116 | 47 |
| Binary | 10101111 | 10110 | 10000011 | 0 | 1010111 | 11001 | 11111 | 100111101 | 1001110 | 100111 |
Color Harmonies of #AF1683
Complementary color
Monochromatic Colors of #AF1683
Black with #AF1683
Text Example
Text Example
White with #AF1683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1683; }
p { color: rgb(175,22,131); }
H1.HeaderClassName
{
color: #AF1683;
}
.AnyTagClassName
{
color: #AF1683;
}
</style>
background-color css
<style>
a { background-color: #AF1683; }
a { background-color: rgb(175,22,131); }
div.DivClassName
{
background-color: #AF1683;
}
.BgClassName
{
background-color: #AF1683;
}
</style>
border-color css
<style>
span { border-color: #AF1683; }
span { border-color: rgb(175,22,131); }
td.TdClassName
{
border-color: #AF1683;
}
.TagClassName
{
border-color: #AF1683;
}
</style>