Shades of Medium Orchid #AF49F4
Tints of Medium Orchid #AF49F4
RGB
CMYK
RGB Variations
Color information
#AF49F4 (or 0xAF49F4) is known color: Medium Orchid. HEX triplet: AF, 49 and F4. RGB value is (175,73,244). Sum of RGB (Red+Green+Blue) = 175+73+244=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 73 (28.91% from 255 or 14.84% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF49F4 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49F4 is #50B60B. Grayscale: #7A7A7A. Windows color (decimal): -5289484 or 16009647. OLE color: 16009647.
HSL color Cylindrical-coordinate representation of color #AF49F4: hue angle of 275.79º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF49F4 is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 73 | 244 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.04 |
| HSL | 275.79º | 0.89% | 0.62% | - |
| HSV(B) | 275.79º | 0.7% | 0.96% | - |
| XYZ | 36.39 | 20.41 | 87.61 | - |
| YUV | 122.99 | 196.29 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 244 | 0.28 | 0.70 | 0 | 0.04 | 275.79 | 0.89 | 0.62 |
| Hex | AF | 49 | F4 | 1C | 46 | 0 | 4 | 114 | 59 | 3E |
| Octal | 257 | 111 | 364 | 34 | 106 | 0 | 4 | 424 | 131 | 76 |
| Binary | 10101111 | 1001001 | 11110100 | 11100 | 1000110 | 0 | 100 | 100010100 | 1011001 | 111110 |
Color Harmonies of #AF49F4
Complementary color
Monochromatic Colors of #AF49F4
Black with #AF49F4
Text Example
Text Example
White with #AF49F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49F4; }
p { color: rgb(175,73,244); }
H1.HeaderClassName
{
color: #AF49F4;
}
.AnyTagClassName
{
color: #AF49F4;
}
</style>
background-color css
<style>
a { background-color: #AF49F4; }
a { background-color: rgb(175,73,244); }
div.DivClassName
{
background-color: #AF49F4;
}
.BgClassName
{
background-color: #AF49F4;
}
</style>
border-color css
<style>
span { border-color: #AF49F4; }
span { border-color: rgb(175,73,244); }
td.TdClassName
{
border-color: #AF49F4;
}
.TagClassName
{
border-color: #AF49F4;
}
</style>