Shades of Medium Orchid #AF55ED
Tints of Medium Orchid #AF55ED
RGB
CMYK
RGB Variations
Color information
#AF55ED (or 0xAF55ED) is known color: Medium Orchid. HEX triplet: AF, 55 and ED. RGB value is (175,85,237). Sum of RGB (Red+Green+Blue) = 175+85+237=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 85 (33.59% from 255 or 17.10% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF55ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55ED is #50AA12. Grayscale: #808080. Windows color (decimal): -5286419 or 15553967. OLE color: 15553967.
HSL color Cylindrical-coordinate representation of color #AF55ED: hue angle of 275.53º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF55ED is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 85 | 237 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.07 |
| HSL | 275.53º | 0.81% | 0.63% | - |
| HSV(B) | 275.53º | 0.64% | 0.93% | - |
| XYZ | 36.21 | 21.73 | 82.41 | - |
| YUV | 129.24 | 188.82 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 237 | 0.26 | 0.64 | 0 | 0.07 | 275.53 | 0.81 | 0.63 |
| Hex | AF | 55 | ED | 1A | 40 | 0 | 7 | 114 | 51 | 3F |
| Octal | 257 | 125 | 355 | 32 | 100 | 0 | 7 | 424 | 121 | 77 |
| Binary | 10101111 | 1010101 | 11101101 | 11010 | 1000000 | 0 | 111 | 100010100 | 1010001 | 111111 |
Color Harmonies of #AF55ED
Complementary color
Monochromatic Colors of #AF55ED
Black with #AF55ED
Text Example
Text Example
White with #AF55ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55ED; }
p { color: rgb(175,85,237); }
H1.HeaderClassName
{
color: #AF55ED;
}
.AnyTagClassName
{
color: #AF55ED;
}
</style>
background-color css
<style>
a { background-color: #AF55ED; }
a { background-color: rgb(175,85,237); }
div.DivClassName
{
background-color: #AF55ED;
}
.BgClassName
{
background-color: #AF55ED;
}
</style>
border-color css
<style>
span { border-color: #AF55ED; }
span { border-color: rgb(175,85,237); }
td.TdClassName
{
border-color: #AF55ED;
}
.TagClassName
{
border-color: #AF55ED;
}
</style>