Shades of Medium Orchid #AF54EC
Tints of Medium Orchid #AF54EC
RGB
CMYK
RGB Variations
Color information
#AF54EC (or 0xAF54EC) is known color: Medium Orchid. HEX triplet: AF, 54 and EC. RGB value is (175,84,236). Sum of RGB (Red+Green+Blue) = 175+84+236=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 84 (33.20% from 255 or 16.97% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF54EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54EC is #50AB13. Grayscale: #808080. Windows color (decimal): -5286676 or 15488175. OLE color: 15488175.
HSL color Cylindrical-coordinate representation of color #AF54EC: hue angle of 275.92º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF54EC is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 84 | 236 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.07 |
| HSL | 275.92º | 0.8% | 0.63% | - |
| HSV(B) | 275.92º | 0.64% | 0.93% | - |
| XYZ | 35.99 | 21.51 | 81.61 | - |
| YUV | 128.54 | 188.65 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 236 | 0.26 | 0.64 | 0 | 0.07 | 275.92 | 0.8 | 0.63 |
| Hex | AF | 54 | EC | 1A | 40 | 0 | 7 | 114 | 50 | 3F |
| Octal | 257 | 124 | 354 | 32 | 100 | 0 | 7 | 424 | 120 | 77 |
| Binary | 10101111 | 1010100 | 11101100 | 11010 | 1000000 | 0 | 111 | 100010100 | 1010000 | 111111 |
Color Harmonies of #AF54EC
Complementary color
Monochromatic Colors of #AF54EC
Black with #AF54EC
Text Example
Text Example
White with #AF54EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54EC; }
p { color: rgb(175,84,236); }
H1.HeaderClassName
{
color: #AF54EC;
}
.AnyTagClassName
{
color: #AF54EC;
}
</style>
background-color css
<style>
a { background-color: #AF54EC; }
a { background-color: rgb(175,84,236); }
div.DivClassName
{
background-color: #AF54EC;
}
.BgClassName
{
background-color: #AF54EC;
}
</style>
border-color css
<style>
span { border-color: #AF54EC; }
span { border-color: rgb(175,84,236); }
td.TdClassName
{
border-color: #AF54EC;
}
.TagClassName
{
border-color: #AF54EC;
}
</style>