Shades of Medium Orchid #AF50EF
Tints of Medium Orchid #AF50EF
RGB
CMYK
RGB Variations
Color information
#AF50EF (or 0xAF50EF) is known color: Medium Orchid. HEX triplet: AF, 50 and EF. RGB value is (175,80,239). Sum of RGB (Red+Green+Blue) = 175+80+239=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF50EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50EF is #50AF10. Grayscale: #7D7D7D. Windows color (decimal): -5287697 or 15683759. OLE color: 15683759.
HSL color Cylindrical-coordinate representation of color #AF50EF: hue angle of 275.85º degrees, saturation: 0.83, 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 #AF50EF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 80 | 239 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.06 |
| HSL | 275.85º | 0.83% | 0.63% | - |
| HSV(B) | 275.85º | 0.67% | 0.94% | - |
| XYZ | 36.13 | 21.08 | 83.83 | - |
| YUV | 126.53 | 191.47 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 239 | 0.27 | 0.67 | 0 | 0.06 | 275.85 | 0.83 | 0.63 |
| Hex | AF | 50 | EF | 1B | 43 | 0 | 6 | 114 | 53 | 3F |
| Octal | 257 | 120 | 357 | 33 | 103 | 0 | 6 | 424 | 123 | 77 |
| Binary | 10101111 | 1010000 | 11101111 | 11011 | 1000011 | 0 | 110 | 100010100 | 1010011 | 111111 |
Color Harmonies of #AF50EF
Complementary color
Monochromatic Colors of #AF50EF
Black with #AF50EF
Text Example
Text Example
White with #AF50EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50EF; }
p { color: rgb(175,80,239); }
H1.HeaderClassName
{
color: #AF50EF;
}
.AnyTagClassName
{
color: #AF50EF;
}
</style>
background-color css
<style>
a { background-color: #AF50EF; }
a { background-color: rgb(175,80,239); }
div.DivClassName
{
background-color: #AF50EF;
}
.BgClassName
{
background-color: #AF50EF;
}
</style>
border-color css
<style>
span { border-color: #AF50EF; }
span { border-color: rgb(175,80,239); }
td.TdClassName
{
border-color: #AF50EF;
}
.TagClassName
{
border-color: #AF50EF;
}
</style>