Shades of Medium Orchid #AF45EC
Tints of Medium Orchid #AF45EC
RGB
CMYK
RGB Variations
Color information
#AF45EC (or 0xAF45EC) is known color: Medium Orchid. HEX triplet: AF, 45 and EC. RGB value is (175,69,236). Sum of RGB (Red+Green+Blue) = 175+69+236=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 69 (27.34% from 255 or 14.38% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF45EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF45EC is #50BA13. Grayscale: #777777. Windows color (decimal): -5290516 or 15484335. OLE color: 15484335.
HSL color Cylindrical-coordinate representation of color #AF45EC: hue angle of 278.08º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF45EC is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 69 | 236 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.07 |
| HSL | 278.08º | 0.81% | 0.6% | - |
| HSV(B) | 278.08º | 0.71% | 0.93% | - |
| XYZ | 34.95 | 19.43 | 81.26 | - |
| YUV | 119.73 | 193.62 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 69 | 236 | 0.26 | 0.71 | 0 | 0.07 | 278.08 | 0.81 | 0.6 |
| Hex | AF | 45 | EC | 1A | 47 | 0 | 7 | 116 | 51 | 3C |
| Octal | 257 | 105 | 354 | 32 | 107 | 0 | 7 | 426 | 121 | 74 |
| Binary | 10101111 | 1000101 | 11101100 | 11010 | 1000111 | 0 | 111 | 100010110 | 1010001 | 111100 |
Color Harmonies of #AF45EC
Complementary color
Monochromatic Colors of #AF45EC
Black with #AF45EC
Text Example
Text Example
White with #AF45EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF45EC; }
p { color: rgb(175,69,236); }
H1.HeaderClassName
{
color: #AF45EC;
}
.AnyTagClassName
{
color: #AF45EC;
}
</style>
background-color css
<style>
a { background-color: #AF45EC; }
a { background-color: rgb(175,69,236); }
div.DivClassName
{
background-color: #AF45EC;
}
.BgClassName
{
background-color: #AF45EC;
}
</style>
border-color css
<style>
span { border-color: #AF45EC; }
span { border-color: rgb(175,69,236); }
td.TdClassName
{
border-color: #AF45EC;
}
.TagClassName
{
border-color: #AF45EC;
}
</style>