Shades of Medium Red Violet #AF2682
Tints of Medium Red Violet #AF2682
RGB
CMYK
RGB Variations
Color information
#AF2682 (or 0xAF2682) is known color: Medium Red Violet. HEX triplet: AF, 26 and 82. RGB value is (175,38,130). Sum of RGB (Red+Green+Blue) = 175+38+130=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 38 (15.23% from 255 or 11.08% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2682 is #50D97D. Grayscale: #595959. Windows color (decimal): -5298558 or 8529583. OLE color: 8529583.
HSL color Cylindrical-coordinate representation of color #AF2682: hue angle of 319.71º 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 #AF2682 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 130 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.31 |
| HSL | 319.71º | 0.64% | 0.42% | - |
| HSV(B) | 319.71º | 0.78% | 0.69% | - |
| XYZ | 22.4 | 12.11 | 22.28 | - |
| YUV | 89.45 | 150.89 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 130 | 0 | 0.78 | 0.26 | 0.31 | 319.71 | 0.64 | 0.42 |
| Hex | AF | 26 | 82 | 0 | 4E | 1A | 1F | 140 | 40 | 2A |
| Octal | 257 | 46 | 202 | 0 | 116 | 32 | 37 | 500 | 100 | 52 |
| Binary | 10101111 | 100110 | 10000010 | 0 | 1001110 | 11010 | 11111 | 101000000 | 1000000 | 101010 |
Color Harmonies of #AF2682
Complementary color
Monochromatic Colors of #AF2682
Black with #AF2682
Text Example
Text Example
White with #AF2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2682; }
p { color: rgb(175,38,130); }
H1.HeaderClassName
{
color: #AF2682;
}
.AnyTagClassName
{
color: #AF2682;
}
</style>
background-color css
<style>
a { background-color: #AF2682; }
a { background-color: rgb(175,38,130); }
div.DivClassName
{
background-color: #AF2682;
}
.BgClassName
{
background-color: #AF2682;
}
</style>
border-color css
<style>
span { border-color: #AF2682; }
span { border-color: rgb(175,38,130); }
td.TdClassName
{
border-color: #AF2682;
}
.TagClassName
{
border-color: #AF2682;
}
</style>