Shades of Medium Red Violet #AF268B
Tints of Medium Red Violet #AF268B
RGB
CMYK
RGB Variations
Color information
#AF268B (or 0xAF268B) is known color: Medium Red Violet. HEX triplet: AF, 26 and 8B. RGB value is (175,38,139). Sum of RGB (Red+Green+Blue) = 175+38+139=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 38 (15.23% from 255 or 10.80% from 352); Blue value is 139 (54.69% from 255 or 39.49% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF268B is #50D974. Grayscale: #5A5A5A. Windows color (decimal): -5298549 or 9119407. OLE color: 9119407.
HSL color Cylindrical-coordinate representation of color #AF268B: hue angle of 315.77º 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 #AF268B is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 139 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.31 |
| HSL | 315.77º | 0.64% | 0.42% | - |
| HSV(B) | 315.77º | 0.78% | 0.69% | - |
| XYZ | 23.03 | 12.36 | 25.6 | - |
| YUV | 90.48 | 155.39 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 139 | 0 | 0.78 | 0.21 | 0.31 | 315.77 | 0.64 | 0.42 |
| Hex | AF | 26 | 8B | 0 | 4E | 15 | 1F | 13C | 40 | 2A |
| Octal | 257 | 46 | 213 | 0 | 116 | 25 | 37 | 474 | 100 | 52 |
| Binary | 10101111 | 100110 | 10001011 | 0 | 1001110 | 10101 | 11111 | 100111100 | 1000000 | 101010 |
Color Harmonies of #AF268B
Complementary color
Monochromatic Colors of #AF268B
Black with #AF268B
Text Example
Text Example
White with #AF268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF268B; }
p { color: rgb(175,38,139); }
H1.HeaderClassName
{
color: #AF268B;
}
.AnyTagClassName
{
color: #AF268B;
}
</style>
background-color css
<style>
a { background-color: #AF268B; }
a { background-color: rgb(175,38,139); }
div.DivClassName
{
background-color: #AF268B;
}
.BgClassName
{
background-color: #AF268B;
}
</style>
border-color css
<style>
span { border-color: #AF268B; }
span { border-color: rgb(175,38,139); }
td.TdClassName
{
border-color: #AF268B;
}
.TagClassName
{
border-color: #AF268B;
}
</style>