Shades of Medium Orchid #AF50F2
Tints of Medium Orchid #AF50F2
RGB
CMYK
RGB Variations
Color information
#AF50F2 (or 0xAF50F2) is known color: Medium Orchid. HEX triplet: AF, 50 and F2. RGB value is (175,80,242). Sum of RGB (Red+Green+Blue) = 175+80+242=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 80 (31.64% from 255 or 16.10% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF50F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50F2 is #50AF0D. Grayscale: #7E7E7E. Windows color (decimal): -5287694 or 15880367. OLE color: 15880367.
HSL color Cylindrical-coordinate representation of color #AF50F2: hue angle of 275.19º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF50F2 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 80 | 242 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.05 |
| HSL | 275.19º | 0.86% | 0.63% | - |
| HSV(B) | 275.19º | 0.67% | 0.95% | - |
| XYZ | 36.57 | 21.26 | 86.18 | - |
| YUV | 126.87 | 192.97 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 242 | 0.28 | 0.67 | 0 | 0.05 | 275.19 | 0.86 | 0.63 |
| Hex | AF | 50 | F2 | 1C | 43 | 0 | 5 | 113 | 56 | 3F |
| Octal | 257 | 120 | 362 | 34 | 103 | 0 | 5 | 423 | 126 | 77 |
| Binary | 10101111 | 1010000 | 11110010 | 11100 | 1000011 | 0 | 101 | 100010011 | 1010110 | 111111 |
Color Harmonies of #AF50F2
Complementary color
Monochromatic Colors of #AF50F2
Black with #AF50F2
Text Example
Text Example
White with #AF50F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50F2; }
p { color: rgb(175,80,242); }
H1.HeaderClassName
{
color: #AF50F2;
}
.AnyTagClassName
{
color: #AF50F2;
}
</style>
background-color css
<style>
a { background-color: #AF50F2; }
a { background-color: rgb(175,80,242); }
div.DivClassName
{
background-color: #AF50F2;
}
.BgClassName
{
background-color: #AF50F2;
}
</style>
border-color css
<style>
span { border-color: #AF50F2; }
span { border-color: rgb(175,80,242); }
td.TdClassName
{
border-color: #AF50F2;
}
.TagClassName
{
border-color: #AF50F2;
}
</style>