Shades of Medium Red Violet #AF3683
Tints of Medium Red Violet #AF3683
RGB
CMYK
RGB Variations
Color information
#AF3683 (or 0xAF3683) is known color: Medium Red Violet. HEX triplet: AF, 36 and 83. RGB value is (175,54,131). Sum of RGB (Red+Green+Blue) = 175+54+131=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3683 is #50C97C. Grayscale: #626262. Windows color (decimal): -5294461 or 8599215. OLE color: 8599215.
HSL color Cylindrical-coordinate representation of color #AF3683: hue angle of 321.82º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3683 is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 54 | 131 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.31 |
| HSL | 321.82º | 0.53% | 0.45% | - |
| HSV(B) | 321.82º | 0.69% | 0.69% | - |
| XYZ | 23.1 | 13.39 | 22.84 | - |
| YUV | 98.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 54 | 131 | 0 | 0.69 | 0.25 | 0.31 | 321.82 | 0.53 | 0.45 |
| Hex | AF | 36 | 83 | 0 | 45 | 19 | 1F | 142 | 35 | 2D |
| Octal | 257 | 66 | 203 | 0 | 105 | 31 | 37 | 502 | 65 | 55 |
| Binary | 10101111 | 110110 | 10000011 | 0 | 1000101 | 11001 | 11111 | 101000010 | 110101 | 101101 |
Color Harmonies of #AF3683
Complementary color
Monochromatic Colors of #AF3683
Black with #AF3683
Text Example
Text Example
White with #AF3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3683; }
p { color: rgb(175,54,131); }
H1.HeaderClassName
{
color: #AF3683;
}
.AnyTagClassName
{
color: #AF3683;
}
</style>
background-color css
<style>
a { background-color: #AF3683; }
a { background-color: rgb(175,54,131); }
div.DivClassName
{
background-color: #AF3683;
}
.BgClassName
{
background-color: #AF3683;
}
</style>
border-color css
<style>
span { border-color: #AF3683; }
span { border-color: rgb(175,54,131); }
td.TdClassName
{
border-color: #AF3683;
}
.TagClassName
{
border-color: #AF3683;
}
</style>