Shades of Medium Orchid #AF48EF
Tints of Medium Orchid #AF48EF
RGB
CMYK
RGB Variations
Color information
#AF48EF (or 0xAF48EF) is known color: Medium Orchid. HEX triplet: AF, 48 and EF. RGB value is (175,72,239). Sum of RGB (Red+Green+Blue) = 175+72+239=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF48EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF48EF is #50B710. Grayscale: #797979. Windows color (decimal): -5289745 or 15681711. OLE color: 15681711.
HSL color Cylindrical-coordinate representation of color #AF48EF: hue angle of 277.01º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF48EF is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 72 | 239 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.06 |
| HSL | 277.01º | 0.84% | 0.61% | - |
| HSV(B) | 277.01º | 0.7% | 0.94% | - |
| XYZ | 35.58 | 19.98 | 83.64 | - |
| YUV | 121.84 | 194.12 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 239 | 0.27 | 0.70 | 0 | 0.06 | 277.01 | 0.84 | 0.61 |
| Hex | AF | 48 | EF | 1B | 46 | 0 | 6 | 115 | 54 | 3D |
| Octal | 257 | 110 | 357 | 33 | 106 | 0 | 6 | 425 | 124 | 75 |
| Binary | 10101111 | 1001000 | 11101111 | 11011 | 1000110 | 0 | 110 | 100010101 | 1010100 | 111101 |
Color Harmonies of #AF48EF
Complementary color
Monochromatic Colors of #AF48EF
Black with #AF48EF
Text Example
Text Example
White with #AF48EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF48EF; }
p { color: rgb(175,72,239); }
H1.HeaderClassName
{
color: #AF48EF;
}
.AnyTagClassName
{
color: #AF48EF;
}
</style>
background-color css
<style>
a { background-color: #AF48EF; }
a { background-color: rgb(175,72,239); }
div.DivClassName
{
background-color: #AF48EF;
}
.BgClassName
{
background-color: #AF48EF;
}
</style>
border-color css
<style>
span { border-color: #AF48EF; }
span { border-color: rgb(175,72,239); }
td.TdClassName
{
border-color: #AF48EF;
}
.TagClassName
{
border-color: #AF48EF;
}
</style>