Shades of Medium Red Violet #AF267F
Tints of Medium Red Violet #AF267F
RGB
CMYK
RGB Variations
Color information
#AF267F (or 0xAF267F) is known color: Medium Red Violet. HEX triplet: AF, 26 and 7F. RGB value is (175,38,127). Sum of RGB (Red+Green+Blue) = 175+38+127=340 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.47% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 175 - color contains mainly: red. Hex color #AF267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF267F is #50D980. Grayscale: #585858. Windows color (decimal): -5298561 or 8332975. OLE color: 8332975.
HSL color Cylindrical-coordinate representation of color #AF267F: hue angle of 321.02º 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 #AF267F is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 127 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.31 |
| HSL | 321.02º | 0.64% | 0.42% | - |
| HSV(B) | 321.02º | 0.78% | 0.69% | - |
| XYZ | 22.2 | 12.03 | 21.23 | - |
| YUV | 89.11 | 149.39 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 127 | 0 | 0.78 | 0.27 | 0.31 | 321.02 | 0.64 | 0.42 |
| Hex | AF | 26 | 7F | 0 | 4E | 1B | 1F | 141 | 40 | 2A |
| Octal | 257 | 46 | 177 | 0 | 116 | 33 | 37 | 501 | 100 | 52 |
| Binary | 10101111 | 100110 | 1111111 | 0 | 1001110 | 11011 | 11111 | 101000001 | 1000000 | 101010 |
Color Harmonies of #AF267F
Complementary color
Monochromatic Colors of #AF267F
Black with #AF267F
Text Example
Text Example
White with #AF267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF267F; }
p { color: rgb(175,38,127); }
H1.HeaderClassName
{
color: #AF267F;
}
.AnyTagClassName
{
color: #AF267F;
}
</style>
background-color css
<style>
a { background-color: #AF267F; }
a { background-color: rgb(175,38,127); }
div.DivClassName
{
background-color: #AF267F;
}
.BgClassName
{
background-color: #AF267F;
}
</style>
border-color css
<style>
span { border-color: #AF267F; }
span { border-color: rgb(175,38,127); }
td.TdClassName
{
border-color: #AF267F;
}
.TagClassName
{
border-color: #AF267F;
}
</style>