Shades of Medium Orchid #AF59EC
Tints of Medium Orchid #AF59EC
RGB
CMYK
RGB Variations
Color information
#AF59EC (or 0xAF59EC) is known color: Medium Orchid. HEX triplet: AF, 59 and EC. RGB value is (175,89,236). Sum of RGB (Red+Green+Blue) = 175+89+236=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF59EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59EC is #50A613. Grayscale: #828282. Windows color (decimal): -5285396 or 15489455. OLE color: 15489455.
HSL color Cylindrical-coordinate representation of color #AF59EC: hue angle of 275.1º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF59EC is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 89 | 236 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.07 |
| HSL | 275.1º | 0.79% | 0.64% | - |
| HSV(B) | 275.1º | 0.62% | 0.93% | - |
| XYZ | 36.39 | 22.31 | 81.75 | - |
| YUV | 131.47 | 186.99 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 236 | 0.26 | 0.62 | 0 | 0.07 | 275.1 | 0.79 | 0.64 |
| Hex | AF | 59 | EC | 1A | 3E | 0 | 7 | 113 | 4F | 40 |
| Octal | 257 | 131 | 354 | 32 | 76 | 0 | 7 | 423 | 117 | 100 |
| Binary | 10101111 | 1011001 | 11101100 | 11010 | 111110 | 0 | 111 | 100010011 | 1001111 | 1000000 |
Color Harmonies of #AF59EC
Complementary color
Monochromatic Colors of #AF59EC
Black with #AF59EC
Text Example
Text Example
White with #AF59EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59EC; }
p { color: rgb(175,89,236); }
H1.HeaderClassName
{
color: #AF59EC;
}
.AnyTagClassName
{
color: #AF59EC;
}
</style>
background-color css
<style>
a { background-color: #AF59EC; }
a { background-color: rgb(175,89,236); }
div.DivClassName
{
background-color: #AF59EC;
}
.BgClassName
{
background-color: #AF59EC;
}
</style>
border-color css
<style>
span { border-color: #AF59EC; }
span { border-color: rgb(175,89,236); }
td.TdClassName
{
border-color: #AF59EC;
}
.TagClassName
{
border-color: #AF59EC;
}
</style>