Shades of Medium Orchid #AF49F9
Tints of Medium Orchid #AF49F9
RGB
CMYK
RGB Variations
Color information
#AF49F9 (or 0xAF49F9) is known color: Medium Orchid. HEX triplet: AF, 49 and F9. RGB value is (175,73,249). Sum of RGB (Red+Green+Blue) = 175+73+249=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 73 (28.91% from 255 or 14.69% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF49F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49F9 is #50B606. Grayscale: #7A7A7A. Windows color (decimal): -5289479 or 16337327. OLE color: 16337327.
HSL color Cylindrical-coordinate representation of color #AF49F9: hue angle of 274.77º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF49F9 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 73 | 249 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.02 |
| HSL | 274.77º | 0.94% | 0.63% | - |
| HSV(B) | 274.77º | 0.71% | 0.98% | - |
| XYZ | 37.16 | 20.72 | 91.66 | - |
| YUV | 123.56 | 198.79 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 249 | 0.30 | 0.71 | 0 | 0.02 | 274.77 | 0.94 | 0.63 |
| Hex | AF | 49 | F9 | 1E | 47 | 0 | 2 | 113 | 5E | 3F |
| Octal | 257 | 111 | 371 | 36 | 107 | 0 | 2 | 423 | 136 | 77 |
| Binary | 10101111 | 1001001 | 11111001 | 11110 | 1000111 | 0 | 10 | 100010011 | 1011110 | 111111 |
Color Harmonies of #AF49F9
Complementary color
Monochromatic Colors of #AF49F9
Black with #AF49F9
Text Example
Text Example
White with #AF49F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49F9; }
p { color: rgb(175,73,249); }
H1.HeaderClassName
{
color: #AF49F9;
}
.AnyTagClassName
{
color: #AF49F9;
}
</style>
background-color css
<style>
a { background-color: #AF49F9; }
a { background-color: rgb(175,73,249); }
div.DivClassName
{
background-color: #AF49F9;
}
.BgClassName
{
background-color: #AF49F9;
}
</style>
border-color css
<style>
span { border-color: #AF49F9; }
span { border-color: rgb(175,73,249); }
td.TdClassName
{
border-color: #AF49F9;
}
.TagClassName
{
border-color: #AF49F9;
}
</style>