Shades of Medium Orchid #AF51EF
Tints of Medium Orchid #AF51EF
RGB
CMYK
RGB Variations
Color information
#AF51EF (or 0xAF51EF) is known color: Medium Orchid. HEX triplet: AF, 51 and EF. RGB value is (175,81,239). Sum of RGB (Red+Green+Blue) = 175+81+239=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF51EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51EF is #50AE10. Grayscale: #7E7E7E. Windows color (decimal): -5287441 or 15684015. OLE color: 15684015.
HSL color Cylindrical-coordinate representation of color #AF51EF: hue angle of 275.7º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF51EF is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 81 | 239 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.06 |
| HSL | 275.7º | 0.83% | 0.63% | - |
| HSV(B) | 275.7º | 0.66% | 0.94% | - |
| XYZ | 36.2 | 21.23 | 83.85 | - |
| YUV | 127.12 | 191.14 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 239 | 0.27 | 0.66 | 0 | 0.06 | 275.7 | 0.83 | 0.63 |
| Hex | AF | 51 | EF | 1B | 42 | 0 | 6 | 114 | 53 | 3F |
| Octal | 257 | 121 | 357 | 33 | 102 | 0 | 6 | 424 | 123 | 77 |
| Binary | 10101111 | 1010001 | 11101111 | 11011 | 1000010 | 0 | 110 | 100010100 | 1010011 | 111111 |
Color Harmonies of #AF51EF
Complementary color
Monochromatic Colors of #AF51EF
Black with #AF51EF
Text Example
Text Example
White with #AF51EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51EF; }
p { color: rgb(175,81,239); }
H1.HeaderClassName
{
color: #AF51EF;
}
.AnyTagClassName
{
color: #AF51EF;
}
</style>
background-color css
<style>
a { background-color: #AF51EF; }
a { background-color: rgb(175,81,239); }
div.DivClassName
{
background-color: #AF51EF;
}
.BgClassName
{
background-color: #AF51EF;
}
</style>
border-color css
<style>
span { border-color: #AF51EF; }
span { border-color: rgb(175,81,239); }
td.TdClassName
{
border-color: #AF51EF;
}
.TagClassName
{
border-color: #AF51EF;
}
</style>