Shades of Medium Red Violet #AF209E
Tints of Medium Red Violet #AF209E
RGB
CMYK
RGB Variations
Color information
#AF209E (or 0xAF209E) is known color: Medium Red Violet. HEX triplet: AF, 20 and 9E. RGB value is (175,32,158). Sum of RGB (Red+Green+Blue) = 175+32+158=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF209E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF209E is #50DF61. Grayscale: #585858. Windows color (decimal): -5300066 or 10363055. OLE color: 10363055.
HSL color Cylindrical-coordinate representation of color #AF209E: hue angle of 307.13º 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 #AF209E is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 158 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.31 |
| HSL | 307.13º | 0.69% | 0.41% | - |
| HSV(B) | 307.13º | 0.82% | 0.69% | - |
| XYZ | 24.37 | 12.62 | 33.5 | - |
| YUV | 89.12 | 166.88 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 158 | 0 | 0.82 | 0.10 | 0.31 | 307.13 | 0.69 | 0.41 |
| Hex | AF | 20 | 9E | 0 | 52 | A | 1F | 133 | 45 | 29 |
| Octal | 257 | 40 | 236 | 0 | 122 | 12 | 37 | 463 | 105 | 51 |
| Binary | 10101111 | 100000 | 10011110 | 0 | 1010010 | 1010 | 11111 | 100110011 | 1000101 | 101001 |
Color Harmonies of #AF209E
Complementary color
Monochromatic Colors of #AF209E
Black with #AF209E
Text Example
Text Example
White with #AF209E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF209E; }
p { color: rgb(175,32,158); }
H1.HeaderClassName
{
color: #AF209E;
}
.AnyTagClassName
{
color: #AF209E;
}
</style>
background-color css
<style>
a { background-color: #AF209E; }
a { background-color: rgb(175,32,158); }
div.DivClassName
{
background-color: #AF209E;
}
.BgClassName
{
background-color: #AF209E;
}
</style>
border-color css
<style>
span { border-color: #AF209E; }
span { border-color: rgb(175,32,158); }
td.TdClassName
{
border-color: #AF209E;
}
.TagClassName
{
border-color: #AF209E;
}
</style>