Shades of Medium Orchid #AF56EC
Tints of Medium Orchid #AF56EC
RGB
CMYK
RGB Variations
Color information
#AF56EC (or 0xAF56EC) is known color: Medium Orchid. HEX triplet: AF, 56 and EC. RGB value is (175,86,236). Sum of RGB (Red+Green+Blue) = 175+86+236=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 86 (33.98% from 255 or 17.30% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF56EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56EC is #50A913. Grayscale: #818181. Windows color (decimal): -5286164 or 15488687. OLE color: 15488687.
HSL color Cylindrical-coordinate representation of color #AF56EC: hue angle of 275.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF56EC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 86 | 236 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.07 |
| HSL | 275.6º | 0.8% | 0.63% | - |
| HSV(B) | 275.6º | 0.64% | 0.93% | - |
| XYZ | 36.15 | 21.83 | 81.66 | - |
| YUV | 129.71 | 187.99 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 236 | 0.26 | 0.64 | 0 | 0.07 | 275.6 | 0.8 | 0.63 |
| Hex | AF | 56 | EC | 1A | 40 | 0 | 7 | 114 | 50 | 3F |
| Octal | 257 | 126 | 354 | 32 | 100 | 0 | 7 | 424 | 120 | 77 |
| Binary | 10101111 | 1010110 | 11101100 | 11010 | 1000000 | 0 | 111 | 100010100 | 1010000 | 111111 |
Color Harmonies of #AF56EC
Complementary color
Monochromatic Colors of #AF56EC
Black with #AF56EC
Text Example
Text Example
White with #AF56EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56EC; }
p { color: rgb(175,86,236); }
H1.HeaderClassName
{
color: #AF56EC;
}
.AnyTagClassName
{
color: #AF56EC;
}
</style>
background-color css
<style>
a { background-color: #AF56EC; }
a { background-color: rgb(175,86,236); }
div.DivClassName
{
background-color: #AF56EC;
}
.BgClassName
{
background-color: #AF56EC;
}
</style>
border-color css
<style>
span { border-color: #AF56EC; }
span { border-color: rgb(175,86,236); }
td.TdClassName
{
border-color: #AF56EC;
}
.TagClassName
{
border-color: #AF56EC;
}
</style>