Shades of Medium Orchid #AF51EC
Tints of Medium Orchid #AF51EC
RGB
CMYK
RGB Variations
Color information
#AF51EC (or 0xAF51EC) is known color: Medium Orchid. HEX triplet: AF, 51 and EC. RGB value is (175,81,236). Sum of RGB (Red+Green+Blue) = 175+81+236=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 81 (32.03% from 255 or 16.46% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF51EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51EC is #50AE13. Grayscale: #7E7E7E. Windows color (decimal): -5287444 or 15487407. OLE color: 15487407.
HSL color Cylindrical-coordinate representation of color #AF51EC: hue angle of 276.39º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF51EC is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 81 | 236 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.07 |
| HSL | 276.39º | 0.8% | 0.62% | - |
| HSV(B) | 276.39º | 0.66% | 0.93% | - |
| XYZ | 35.76 | 21.05 | 81.54 | - |
| YUV | 126.78 | 189.64 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 236 | 0.26 | 0.66 | 0 | 0.07 | 276.39 | 0.8 | 0.62 |
| Hex | AF | 51 | EC | 1A | 42 | 0 | 7 | 114 | 50 | 3E |
| Octal | 257 | 121 | 354 | 32 | 102 | 0 | 7 | 424 | 120 | 76 |
| Binary | 10101111 | 1010001 | 11101100 | 11010 | 1000010 | 0 | 111 | 100010100 | 1010000 | 111110 |
Color Harmonies of #AF51EC
Complementary color
Monochromatic Colors of #AF51EC
Black with #AF51EC
Text Example
Text Example
White with #AF51EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51EC; }
p { color: rgb(175,81,236); }
H1.HeaderClassName
{
color: #AF51EC;
}
.AnyTagClassName
{
color: #AF51EC;
}
</style>
background-color css
<style>
a { background-color: #AF51EC; }
a { background-color: rgb(175,81,236); }
div.DivClassName
{
background-color: #AF51EC;
}
.BgClassName
{
background-color: #AF51EC;
}
</style>
border-color css
<style>
span { border-color: #AF51EC; }
span { border-color: rgb(175,81,236); }
td.TdClassName
{
border-color: #AF51EC;
}
.TagClassName
{
border-color: #AF51EC;
}
</style>