Shades of Medium Orchid #AF48ED
Tints of Medium Orchid #AF48ED
RGB
CMYK
RGB Variations
Color information
#AF48ED (or 0xAF48ED) is known color: Medium Orchid. HEX triplet: AF, 48 and ED. RGB value is (175,72,237). Sum of RGB (Red+Green+Blue) = 175+72+237=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF48ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF48ED is #50B712. Grayscale: #797979. Windows color (decimal): -5289747 or 15550639. OLE color: 15550639.
HSL color Cylindrical-coordinate representation of color #AF48ED: hue angle of 277.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF48ED is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 72 | 237 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.07 |
| HSL | 277.45º | 0.82% | 0.61% | - |
| HSV(B) | 277.45º | 0.7% | 0.93% | - |
| XYZ | 35.28 | 19.86 | 82.1 | - |
| YUV | 121.61 | 193.12 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 237 | 0.26 | 0.70 | 0 | 0.07 | 277.45 | 0.82 | 0.61 |
| Hex | AF | 48 | ED | 1A | 46 | 0 | 7 | 115 | 52 | 3D |
| Octal | 257 | 110 | 355 | 32 | 106 | 0 | 7 | 425 | 122 | 75 |
| Binary | 10101111 | 1001000 | 11101101 | 11010 | 1000110 | 0 | 111 | 100010101 | 1010010 | 111101 |
Color Harmonies of #AF48ED
Complementary color
Monochromatic Colors of #AF48ED
Black with #AF48ED
Text Example
Text Example
White with #AF48ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF48ED; }
p { color: rgb(175,72,237); }
H1.HeaderClassName
{
color: #AF48ED;
}
.AnyTagClassName
{
color: #AF48ED;
}
</style>
background-color css
<style>
a { background-color: #AF48ED; }
a { background-color: rgb(175,72,237); }
div.DivClassName
{
background-color: #AF48ED;
}
.BgClassName
{
background-color: #AF48ED;
}
</style>
border-color css
<style>
span { border-color: #AF48ED; }
span { border-color: rgb(175,72,237); }
td.TdClassName
{
border-color: #AF48ED;
}
.TagClassName
{
border-color: #AF48ED;
}
</style>