Shades of Medium Violet Red #AF0683
Tints of Medium Violet Red #AF0683
RGB
CMYK
RGB Variations
Color information
#AF0683 (or 0xAF0683) is known color: Medium Violet Red. HEX triplet: AF, 06 and 83. RGB value is (175,6,131). Sum of RGB (Red+Green+Blue) = 175+6+131=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 6 (2.73% from 255 or 1.92% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0683 is #50F97C. Grayscale: #464646. Windows color (decimal): -5306749 or 8586927. OLE color: 8586927.
HSL color Cylindrical-coordinate representation of color #AF0683: hue angle of 315.62º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF0683 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 6 | 131 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.31 |
| HSL | 315.62º | 0.93% | 0.35% | - |
| HSV(B) | 315.62º | 0.97% | 0.69% | - |
| XYZ | 21.84 | 10.88 | 22.42 | - |
| YUV | 70.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 131 | 0 | 0.97 | 0.25 | 0.31 | 315.62 | 0.93 | 0.35 |
| Hex | AF | 6 | 83 | 0 | 61 | 19 | 1F | 13C | 5D | 23 |
| Octal | 257 | 6 | 203 | 0 | 141 | 31 | 37 | 474 | 135 | 43 |
| Binary | 10101111 | 110 | 10000011 | 0 | 1100001 | 11001 | 11111 | 100111100 | 1011101 | 100011 |
Color Harmonies of #AF0683
Complementary color
Monochromatic Colors of #AF0683
Black with #AF0683
Text Example
Text Example
White with #AF0683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0683; }
p { color: rgb(175,6,131); }
H1.HeaderClassName
{
color: #AF0683;
}
.AnyTagClassName
{
color: #AF0683;
}
</style>
background-color css
<style>
a { background-color: #AF0683; }
a { background-color: rgb(175,6,131); }
div.DivClassName
{
background-color: #AF0683;
}
.BgClassName
{
background-color: #AF0683;
}
</style>
border-color css
<style>
span { border-color: #AF0683; }
span { border-color: rgb(175,6,131); }
td.TdClassName
{
border-color: #AF0683;
}
.TagClassName
{
border-color: #AF0683;
}
</style>