Shades of Medium Red Violet #AF267D
Tints of Medium Red Violet #AF267D
RGB
CMYK
RGB Variations
Color information
#AF267D (or 0xAF267D) is known color: Medium Red Violet. HEX triplet: AF, 26 and 7D. RGB value is (175,38,125). Sum of RGB (Red+Green+Blue) = 175+38+125=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF267D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF267D is #50D982. Grayscale: #585858. Windows color (decimal): -5298563 or 8201903. OLE color: 8201903.
HSL color Cylindrical-coordinate representation of color #AF267D: hue angle of 321.9º 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 #AF267D is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 125 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.31 |
| HSL | 321.9º | 0.64% | 0.42% | - |
| HSV(B) | 321.9º | 0.78% | 0.69% | - |
| XYZ | 22.07 | 11.98 | 20.55 | - |
| YUV | 88.88 | 148.39 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 125 | 0 | 0.78 | 0.29 | 0.31 | 321.9 | 0.64 | 0.42 |
| Hex | AF | 26 | 7D | 0 | 4E | 1D | 1F | 142 | 40 | 2A |
| Octal | 257 | 46 | 175 | 0 | 116 | 35 | 37 | 502 | 100 | 52 |
| Binary | 10101111 | 100110 | 1111101 | 0 | 1001110 | 11101 | 11111 | 101000010 | 1000000 | 101010 |
Color Harmonies of #AF267D
Complementary color
Monochromatic Colors of #AF267D
Black with #AF267D
Text Example
Text Example
White with #AF267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF267D; }
p { color: rgb(175,38,125); }
H1.HeaderClassName
{
color: #AF267D;
}
.AnyTagClassName
{
color: #AF267D;
}
</style>
background-color css
<style>
a { background-color: #AF267D; }
a { background-color: rgb(175,38,125); }
div.DivClassName
{
background-color: #AF267D;
}
.BgClassName
{
background-color: #AF267D;
}
</style>
border-color css
<style>
span { border-color: #AF267D; }
span { border-color: rgb(175,38,125); }
td.TdClassName
{
border-color: #AF267D;
}
.TagClassName
{
border-color: #AF267D;
}
</style>