Shades of Medium Red Violet #AF2681
Tints of Medium Red Violet #AF2681
RGB
CMYK
RGB Variations
Color information
#AF2681 (or 0xAF2681) is known color: Medium Red Violet. HEX triplet: AF, 26 and 81. RGB value is (175,38,129). Sum of RGB (Red+Green+Blue) = 175+38+129=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2681 is #50D97E. Grayscale: #595959. Windows color (decimal): -5298559 or 8464047. OLE color: 8464047.
HSL color Cylindrical-coordinate representation of color #AF2681: hue angle of 320.15º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2681 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 129 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.31 |
| HSL | 320.15º | 0.64% | 0.42% | - |
| HSV(B) | 320.15º | 0.78% | 0.69% | - |
| XYZ | 22.33 | 12.09 | 21.92 | - |
| YUV | 89.34 | 150.39 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 129 | 0 | 0.78 | 0.26 | 0.31 | 320.15 | 0.64 | 0.42 |
| Hex | AF | 26 | 81 | 0 | 4E | 1A | 1F | 140 | 40 | 2A |
| Octal | 257 | 46 | 201 | 0 | 116 | 32 | 37 | 500 | 100 | 52 |
| Binary | 10101111 | 100110 | 10000001 | 0 | 1001110 | 11010 | 11111 | 101000000 | 1000000 | 101010 |
Color Harmonies of #AF2681
Complementary color
Monochromatic Colors of #AF2681
Black with #AF2681
Text Example
Text Example
White with #AF2681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2681; }
p { color: rgb(175,38,129); }
H1.HeaderClassName
{
color: #AF2681;
}
.AnyTagClassName
{
color: #AF2681;
}
</style>
background-color css
<style>
a { background-color: #AF2681; }
a { background-color: rgb(175,38,129); }
div.DivClassName
{
background-color: #AF2681;
}
.BgClassName
{
background-color: #AF2681;
}
</style>
border-color css
<style>
span { border-color: #AF2681; }
span { border-color: rgb(175,38,129); }
td.TdClassName
{
border-color: #AF2681;
}
.TagClassName
{
border-color: #AF2681;
}
</style>