Shades of Medium Orchid #AF51E9
Tints of Medium Orchid #AF51E9
RGB
CMYK
RGB Variations
Color information
#AF51E9 (or 0xAF51E9) is known color: Medium Orchid. HEX triplet: AF, 51 and E9. RGB value is (175,81,233). Sum of RGB (Red+Green+Blue) = 175+81+233=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 81 (32.03% from 255 or 16.56% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF51E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51E9 is #50AE16. Grayscale: #7D7D7D. Windows color (decimal): -5287447 or 15290799. OLE color: 15290799.
HSL color Cylindrical-coordinate representation of color #AF51E9: hue angle of 277.11º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF51E9 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 81 | 233 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.09 |
| HSL | 277.11º | 0.78% | 0.62% | - |
| HSV(B) | 277.11º | 0.65% | 0.91% | - |
| XYZ | 35.33 | 20.88 | 79.26 | - |
| YUV | 126.43 | 188.14 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 233 | 0.25 | 0.65 | 0 | 0.09 | 277.11 | 0.78 | 0.62 |
| Hex | AF | 51 | E9 | 19 | 41 | 0 | 9 | 115 | 4E | 3E |
| Octal | 257 | 121 | 351 | 31 | 101 | 0 | 11 | 425 | 116 | 76 |
| Binary | 10101111 | 1010001 | 11101001 | 11001 | 1000001 | 0 | 1001 | 100010101 | 1001110 | 111110 |
Color Harmonies of #AF51E9
Complementary color
Monochromatic Colors of #AF51E9
Black with #AF51E9
Text Example
Text Example
White with #AF51E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51E9; }
p { color: rgb(175,81,233); }
H1.HeaderClassName
{
color: #AF51E9;
}
.AnyTagClassName
{
color: #AF51E9;
}
</style>
background-color css
<style>
a { background-color: #AF51E9; }
a { background-color: rgb(175,81,233); }
div.DivClassName
{
background-color: #AF51E9;
}
.BgClassName
{
background-color: #AF51E9;
}
</style>
border-color css
<style>
span { border-color: #AF51E9; }
span { border-color: rgb(175,81,233); }
td.TdClassName
{
border-color: #AF51E9;
}
.TagClassName
{
border-color: #AF51E9;
}
</style>