Shades of Medium Orchid #AF50F0
Tints of Medium Orchid #AF50F0
RGB
CMYK
RGB Variations
Color information
#AF50F0 (or 0xAF50F0) is known color: Medium Orchid. HEX triplet: AF, 50 and F0. RGB value is (175,80,240). Sum of RGB (Red+Green+Blue) = 175+80+240=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 80 (31.64% from 255 or 16.16% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF50F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50F0 is #50AF0F. Grayscale: #7E7E7E. Windows color (decimal): -5287696 or 15749295. OLE color: 15749295.
HSL color Cylindrical-coordinate representation of color #AF50F0: hue angle of 275.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF50F0 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 80 | 240 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.06 |
| HSL | 275.63º | 0.84% | 0.63% | - |
| HSV(B) | 275.63º | 0.67% | 0.94% | - |
| XYZ | 36.28 | 21.14 | 84.61 | - |
| YUV | 126.65 | 191.97 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 240 | 0.27 | 0.67 | 0 | 0.06 | 275.63 | 0.84 | 0.63 |
| Hex | AF | 50 | F0 | 1B | 43 | 0 | 6 | 114 | 54 | 3F |
| Octal | 257 | 120 | 360 | 33 | 103 | 0 | 6 | 424 | 124 | 77 |
| Binary | 10101111 | 1010000 | 11110000 | 11011 | 1000011 | 0 | 110 | 100010100 | 1010100 | 111111 |
Color Harmonies of #AF50F0
Complementary color
Monochromatic Colors of #AF50F0
Black with #AF50F0
Text Example
Text Example
White with #AF50F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50F0; }
p { color: rgb(175,80,240); }
H1.HeaderClassName
{
color: #AF50F0;
}
.AnyTagClassName
{
color: #AF50F0;
}
</style>
background-color css
<style>
a { background-color: #AF50F0; }
a { background-color: rgb(175,80,240); }
div.DivClassName
{
background-color: #AF50F0;
}
.BgClassName
{
background-color: #AF50F0;
}
</style>
border-color css
<style>
span { border-color: #AF50F0; }
span { border-color: rgb(175,80,240); }
td.TdClassName
{
border-color: #AF50F0;
}
.TagClassName
{
border-color: #AF50F0;
}
</style>