Shades of Medium Orchid #AF49CF
Tints of Medium Orchid #AF49CF
RGB
CMYK
RGB Variations
Color information
#AF49CF (or 0xAF49CF) is known color: Medium Orchid. HEX triplet: AF, 49 and CF. RGB value is (175,73,207). Sum of RGB (Red+Green+Blue) = 175+73+207=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 73 (28.91% from 255 or 16.04% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF49CF is #50B630. Grayscale: #767676. Windows color (decimal): -5289521 or 13584815. OLE color: 13584815.
HSL color Cylindrical-coordinate representation of color #AF49CF: hue angle of 285.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF49CF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 73 | 207 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.19 |
| HSL | 285.67º | 0.58% | 0.55% | - |
| HSV(B) | 285.67º | 0.65% | 0.81% | - |
| XYZ | 31.32 | 18.38 | 60.93 | - |
| YUV | 118.77 | 177.79 | 168.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 207 | 0.15 | 0.65 | 0 | 0.19 | 285.67 | 0.58 | 0.55 |
| Hex | AF | 49 | CF | F | 41 | 0 | 13 | 11E | 3A | 37 |
| Octal | 257 | 111 | 317 | 17 | 101 | 0 | 23 | 436 | 72 | 67 |
| Binary | 10101111 | 1001001 | 11001111 | 1111 | 1000001 | 0 | 10011 | 100011110 | 111010 | 110111 |
Color Harmonies of #AF49CF
Complementary color
Monochromatic Colors of #AF49CF
Black with #AF49CF
Text Example
Text Example
White with #AF49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49CF; }
p { color: rgb(175,73,207); }
H1.HeaderClassName
{
color: #AF49CF;
}
.AnyTagClassName
{
color: #AF49CF;
}
</style>
background-color css
<style>
a { background-color: #AF49CF; }
a { background-color: rgb(175,73,207); }
div.DivClassName
{
background-color: #AF49CF;
}
.BgClassName
{
background-color: #AF49CF;
}
</style>
border-color css
<style>
span { border-color: #AF49CF; }
span { border-color: rgb(175,73,207); }
td.TdClassName
{
border-color: #AF49CF;
}
.TagClassName
{
border-color: #AF49CF;
}
</style>