Shades of Medium Orchid #AF5EF0
Tints of Medium Orchid #AF5EF0
RGB
CMYK
RGB Variations
Color information
#AF5EF0 (or 0xAF5EF0) is known color: Medium Orchid. HEX triplet: AF, 5E and F0. RGB value is (175,94,240). Sum of RGB (Red+Green+Blue) = 175+94+240=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF5EF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EF0 is #50A10F. Grayscale: #868686. Windows color (decimal): -5284112 or 15752879. OLE color: 15752879.
HSL color Cylindrical-coordinate representation of color #AF5EF0: hue angle of 273.29º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5EF0 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 94 | 240 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.06 |
| HSL | 273.29º | 0.83% | 0.65% | - |
| HSV(B) | 273.29º | 0.61% | 0.94% | - |
| XYZ | 37.41 | 23.41 | 84.99 | - |
| YUV | 134.86 | 187.34 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 240 | 0.27 | 0.61 | 0 | 0.06 | 273.29 | 0.83 | 0.65 |
| Hex | AF | 5E | F0 | 1B | 3D | 0 | 6 | 111 | 53 | 41 |
| Octal | 257 | 136 | 360 | 33 | 75 | 0 | 6 | 421 | 123 | 101 |
| Binary | 10101111 | 1011110 | 11110000 | 11011 | 111101 | 0 | 110 | 100010001 | 1010011 | 1000001 |
Color Harmonies of #AF5EF0
Complementary color
Monochromatic Colors of #AF5EF0
Black with #AF5EF0
Text Example
Text Example
White with #AF5EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5EF0; }
p { color: rgb(175,94,240); }
H1.HeaderClassName
{
color: #AF5EF0;
}
.AnyTagClassName
{
color: #AF5EF0;
}
</style>
background-color css
<style>
a { background-color: #AF5EF0; }
a { background-color: rgb(175,94,240); }
div.DivClassName
{
background-color: #AF5EF0;
}
.BgClassName
{
background-color: #AF5EF0;
}
</style>
border-color css
<style>
span { border-color: #AF5EF0; }
span { border-color: rgb(175,94,240); }
td.TdClassName
{
border-color: #AF5EF0;
}
.TagClassName
{
border-color: #AF5EF0;
}
</style>