Shades of Medium Red Violet #AF267E
Tints of Medium Red Violet #AF267E
RGB
CMYK
RGB Variations
Color information
#AF267E (or 0xAF267E) is known color: Medium Red Violet. HEX triplet: AF, 26 and 7E. RGB value is (175,38,126). Sum of RGB (Red+Green+Blue) = 175+38+126=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF267E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF267E is #50D981. Grayscale: #585858. Windows color (decimal): -5298562 or 8267439. OLE color: 8267439.
HSL color Cylindrical-coordinate representation of color #AF267E: hue angle of 321.46º 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 #AF267E is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 126 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.31 |
| HSL | 321.46º | 0.64% | 0.42% | - |
| HSV(B) | 321.46º | 0.78% | 0.69% | - |
| XYZ | 22.14 | 12.01 | 20.89 | - |
| YUV | 89 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 126 | 0 | 0.78 | 0.28 | 0.31 | 321.46 | 0.64 | 0.42 |
| Hex | AF | 26 | 7E | 0 | 4E | 1C | 1F | 141 | 40 | 2A |
| Octal | 257 | 46 | 176 | 0 | 116 | 34 | 37 | 501 | 100 | 52 |
| Binary | 10101111 | 100110 | 1111110 | 0 | 1001110 | 11100 | 11111 | 101000001 | 1000000 | 101010 |
Color Harmonies of #AF267E
Complementary color
Monochromatic Colors of #AF267E
Black with #AF267E
Text Example
Text Example
White with #AF267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF267E; }
p { color: rgb(175,38,126); }
H1.HeaderClassName
{
color: #AF267E;
}
.AnyTagClassName
{
color: #AF267E;
}
</style>
background-color css
<style>
a { background-color: #AF267E; }
a { background-color: rgb(175,38,126); }
div.DivClassName
{
background-color: #AF267E;
}
.BgClassName
{
background-color: #AF267E;
}
</style>
border-color css
<style>
span { border-color: #AF267E; }
span { border-color: rgb(175,38,126); }
td.TdClassName
{
border-color: #AF267E;
}
.TagClassName
{
border-color: #AF267E;
}
</style>