Shades of Medium Orchid #AF5FEC
Tints of Medium Orchid #AF5FEC
RGB
CMYK
RGB Variations
Color information
#AF5FEC (or 0xAF5FEC) is known color: Medium Orchid. HEX triplet: AF, 5F and EC. RGB value is (175,95,236). Sum of RGB (Red+Green+Blue) = 175+95+236=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF5FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FEC is #50A013. Grayscale: #868686. Windows color (decimal): -5283860 or 15490991. OLE color: 15490991.
HSL color Cylindrical-coordinate representation of color #AF5FEC: hue angle of 274.04º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5FEC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 95 | 236 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.07 |
| HSL | 274.04º | 0.79% | 0.65% | - |
| HSV(B) | 274.04º | 0.6% | 0.93% | - |
| XYZ | 36.91 | 23.35 | 81.92 | - |
| YUV | 134.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 236 | 0.26 | 0.60 | 0 | 0.07 | 274.04 | 0.79 | 0.65 |
| Hex | AF | 5F | EC | 1A | 3C | 0 | 7 | 112 | 4F | 41 |
| Octal | 257 | 137 | 354 | 32 | 74 | 0 | 7 | 422 | 117 | 101 |
| Binary | 10101111 | 1011111 | 11101100 | 11010 | 111100 | 0 | 111 | 100010010 | 1001111 | 1000001 |
Color Harmonies of #AF5FEC
Complementary color
Monochromatic Colors of #AF5FEC
Black with #AF5FEC
Text Example
Text Example
White with #AF5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FEC; }
p { color: rgb(175,95,236); }
H1.HeaderClassName
{
color: #AF5FEC;
}
.AnyTagClassName
{
color: #AF5FEC;
}
</style>
background-color css
<style>
a { background-color: #AF5FEC; }
a { background-color: rgb(175,95,236); }
div.DivClassName
{
background-color: #AF5FEC;
}
.BgClassName
{
background-color: #AF5FEC;
}
</style>
border-color css
<style>
span { border-color: #AF5FEC; }
span { border-color: rgb(175,95,236); }
td.TdClassName
{
border-color: #AF5FEC;
}
.TagClassName
{
border-color: #AF5FEC;
}
</style>