Shades of Medium Orchid #AF48EC
Tints of Medium Orchid #AF48EC
RGB
CMYK
RGB Variations
Color information
#AF48EC (or 0xAF48EC) is known color: Medium Orchid. HEX triplet: AF, 48 and EC. RGB value is (175,72,236). Sum of RGB (Red+Green+Blue) = 175+72+236=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 72 (28.52% from 255 or 14.91% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF48EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF48EC is #50B713. Grayscale: #787878. Windows color (decimal): -5289748 or 15485103. OLE color: 15485103.
HSL color Cylindrical-coordinate representation of color #AF48EC: hue angle of 277.68º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF48EC is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 72 | 236 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.07 |
| HSL | 277.68º | 0.81% | 0.6% | - |
| HSV(B) | 277.68º | 0.69% | 0.93% | - |
| XYZ | 35.14 | 19.8 | 81.33 | - |
| YUV | 121.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 236 | 0.26 | 0.69 | 0 | 0.07 | 277.68 | 0.81 | 0.6 |
| Hex | AF | 48 | EC | 1A | 45 | 0 | 7 | 116 | 51 | 3C |
| Octal | 257 | 110 | 354 | 32 | 105 | 0 | 7 | 426 | 121 | 74 |
| Binary | 10101111 | 1001000 | 11101100 | 11010 | 1000101 | 0 | 111 | 100010110 | 1010001 | 111100 |
Color Harmonies of #AF48EC
Complementary color
Monochromatic Colors of #AF48EC
Black with #AF48EC
Text Example
Text Example
White with #AF48EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF48EC; }
p { color: rgb(175,72,236); }
H1.HeaderClassName
{
color: #AF48EC;
}
.AnyTagClassName
{
color: #AF48EC;
}
</style>
background-color css
<style>
a { background-color: #AF48EC; }
a { background-color: rgb(175,72,236); }
div.DivClassName
{
background-color: #AF48EC;
}
.BgClassName
{
background-color: #AF48EC;
}
</style>
border-color css
<style>
span { border-color: #AF48EC; }
span { border-color: rgb(175,72,236); }
td.TdClassName
{
border-color: #AF48EC;
}
.TagClassName
{
border-color: #AF48EC;
}
</style>