Shades of Medium Orchid #AF49ED
Tints of Medium Orchid #AF49ED
RGB
CMYK
RGB Variations
Color information
#AF49ED (or 0xAF49ED) is known color: Medium Orchid. HEX triplet: AF, 49 and ED. RGB value is (175,73,237). Sum of RGB (Red+Green+Blue) = 175+73+237=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF49ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF49ED is #50B612. Grayscale: #797979. Windows color (decimal): -5289491 or 15550895. OLE color: 15550895.
HSL color Cylindrical-coordinate representation of color #AF49ED: hue angle of 277.32º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF49ED is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 73 | 237 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.07 |
| HSL | 277.32º | 0.82% | 0.61% | - |
| HSV(B) | 277.32º | 0.69% | 0.93% | - |
| XYZ | 35.35 | 19.99 | 82.12 | - |
| YUV | 122.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 73 | 237 | 0.26 | 0.69 | 0 | 0.07 | 277.32 | 0.82 | 0.61 |
| Hex | AF | 49 | ED | 1A | 45 | 0 | 7 | 115 | 52 | 3D |
| Octal | 257 | 111 | 355 | 32 | 105 | 0 | 7 | 425 | 122 | 75 |
| Binary | 10101111 | 1001001 | 11101101 | 11010 | 1000101 | 0 | 111 | 100010101 | 1010010 | 111101 |
Color Harmonies of #AF49ED
Complementary color
Monochromatic Colors of #AF49ED
Black with #AF49ED
Text Example
Text Example
White with #AF49ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF49ED; }
p { color: rgb(175,73,237); }
H1.HeaderClassName
{
color: #AF49ED;
}
.AnyTagClassName
{
color: #AF49ED;
}
</style>
background-color css
<style>
a { background-color: #AF49ED; }
a { background-color: rgb(175,73,237); }
div.DivClassName
{
background-color: #AF49ED;
}
.BgClassName
{
background-color: #AF49ED;
}
</style>
border-color css
<style>
span { border-color: #AF49ED; }
span { border-color: rgb(175,73,237); }
td.TdClassName
{
border-color: #AF49ED;
}
.TagClassName
{
border-color: #AF49ED;
}
</style>