Shades of Medium Red Violet #AF207B
Tints of Medium Red Violet #AF207B
RGB
CMYK
RGB Variations
Color information
#AF207B (or 0xAF207B) is known color: Medium Red Violet. HEX triplet: AF, 20 and 7B. RGB value is (175,32,123). Sum of RGB (Red+Green+Blue) = 175+32+123=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF207B is #50DF84. Grayscale: #545454. Windows color (decimal): -5300101 or 8069295. OLE color: 8069295.
HSL color Cylindrical-coordinate representation of color #AF207B: hue angle of 321.82º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF207B is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 123 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.31 |
| HSL | 321.82º | 0.69% | 0.41% | - |
| HSV(B) | 321.82º | 0.82% | 0.69% | - |
| XYZ | 21.77 | 11.58 | 19.83 | - |
| YUV | 85.13 | 149.38 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 123 | 0 | 0.82 | 0.30 | 0.31 | 321.82 | 0.69 | 0.41 |
| Hex | AF | 20 | 7B | 0 | 52 | 1E | 1F | 142 | 45 | 29 |
| Octal | 257 | 40 | 173 | 0 | 122 | 36 | 37 | 502 | 105 | 51 |
| Binary | 10101111 | 100000 | 1111011 | 0 | 1010010 | 11110 | 11111 | 101000010 | 1000101 | 101001 |
Color Harmonies of #AF207B
Complementary color
Monochromatic Colors of #AF207B
Black with #AF207B
Text Example
Text Example
White with #AF207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF207B; }
p { color: rgb(175,32,123); }
H1.HeaderClassName
{
color: #AF207B;
}
.AnyTagClassName
{
color: #AF207B;
}
</style>
background-color css
<style>
a { background-color: #AF207B; }
a { background-color: rgb(175,32,123); }
div.DivClassName
{
background-color: #AF207B;
}
.BgClassName
{
background-color: #AF207B;
}
</style>
border-color css
<style>
span { border-color: #AF207B; }
span { border-color: rgb(175,32,123); }
td.TdClassName
{
border-color: #AF207B;
}
.TagClassName
{
border-color: #AF207B;
}
</style>