Shades of Medium Violet Red #AF0183
Tints of Medium Violet Red #AF0183
RGB
CMYK
RGB Variations
Color information
#AF0183 (or 0xAF0183) is known color: Medium Violet Red. HEX triplet: AF, 01 and 83. RGB value is (175,1,131). Sum of RGB (Red+Green+Blue) = 175+1+131=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 131 (51.56% from 255 or 42.67% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0183 is #50FE7C. Grayscale: #434343. Windows color (decimal): -5308029 or 8585647. OLE color: 8585647.
HSL color Cylindrical-coordinate representation of color #AF0183: hue angle of 315.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0183 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 131 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.31 |
| HSL | 315.17º | 0.99% | 0.35% | - |
| HSV(B) | 315.17º | 0.99% | 0.69% | - |
| XYZ | 21.79 | 10.77 | 22.4 | - |
| YUV | 67.85 | 163.65 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 131 | 0 | 0.99 | 0.25 | 0.31 | 315.17 | 0.99 | 0.35 |
| Hex | AF | 1 | 83 | 0 | 63 | 19 | 1F | 13B | 63 | 23 |
| Octal | 257 | 1 | 203 | 0 | 143 | 31 | 37 | 473 | 143 | 43 |
| Binary | 10101111 | 1 | 10000011 | 0 | 1100011 | 11001 | 11111 | 100111011 | 1100011 | 100011 |
Color Harmonies of #AF0183
Complementary color
Monochromatic Colors of #AF0183
Black with #AF0183
Text Example
Text Example
White with #AF0183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0183; }
p { color: rgb(175,1,131); }
H1.HeaderClassName
{
color: #AF0183;
}
.AnyTagClassName
{
color: #AF0183;
}
</style>
background-color css
<style>
a { background-color: #AF0183; }
a { background-color: rgb(175,1,131); }
div.DivClassName
{
background-color: #AF0183;
}
.BgClassName
{
background-color: #AF0183;
}
</style>
border-color css
<style>
span { border-color: #AF0183; }
span { border-color: rgb(175,1,131); }
td.TdClassName
{
border-color: #AF0183;
}
.TagClassName
{
border-color: #AF0183;
}
</style>