Shades of Medium Red Violet #AF268D
Tints of Medium Red Violet #AF268D
RGB
CMYK
RGB Variations
Color information
#AF268D (or 0xAF268D) is known color: Medium Red Violet. HEX triplet: AF, 26 and 8D. RGB value is (175,38,141). Sum of RGB (Red+Green+Blue) = 175+38+141=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 38 (15.23% from 255 or 10.73% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF268D is #50D972. Grayscale: #5A5A5A. Windows color (decimal): -5298547 or 9250479. OLE color: 9250479.
HSL color Cylindrical-coordinate representation of color #AF268D: hue angle of 314.89º 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 #AF268D is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 141 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.31 |
| HSL | 314.89º | 0.64% | 0.42% | - |
| HSV(B) | 314.89º | 0.78% | 0.69% | - |
| XYZ | 23.18 | 12.42 | 26.38 | - |
| YUV | 90.71 | 156.39 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 141 | 0 | 0.78 | 0.19 | 0.31 | 314.89 | 0.64 | 0.42 |
| Hex | AF | 26 | 8D | 0 | 4E | 13 | 1F | 13B | 40 | 2A |
| Octal | 257 | 46 | 215 | 0 | 116 | 23 | 37 | 473 | 100 | 52 |
| Binary | 10101111 | 100110 | 10001101 | 0 | 1001110 | 10011 | 11111 | 100111011 | 1000000 | 101010 |
Color Harmonies of #AF268D
Complementary color
Monochromatic Colors of #AF268D
Black with #AF268D
Text Example
Text Example
White with #AF268D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF268D; }
p { color: rgb(175,38,141); }
H1.HeaderClassName
{
color: #AF268D;
}
.AnyTagClassName
{
color: #AF268D;
}
</style>
background-color css
<style>
a { background-color: #AF268D; }
a { background-color: rgb(175,38,141); }
div.DivClassName
{
background-color: #AF268D;
}
.BgClassName
{
background-color: #AF268D;
}
</style>
border-color css
<style>
span { border-color: #AF268D; }
span { border-color: rgb(175,38,141); }
td.TdClassName
{
border-color: #AF268D;
}
.TagClassName
{
border-color: #AF268D;
}
</style>