Shades of Medium Orchid #AF59F0
Tints of Medium Orchid #AF59F0
RGB
CMYK
RGB Variations
Color information
#AF59F0 (or 0xAF59F0) is known color: Medium Orchid. HEX triplet: AF, 59 and F0. RGB value is (175,89,240). Sum of RGB (Red+Green+Blue) = 175+89+240=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 89 (35.16% from 255 or 17.66% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF59F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59F0 is #50A60F. Grayscale: #838383. Windows color (decimal): -5285392 or 15751599. OLE color: 15751599.
HSL color Cylindrical-coordinate representation of color #AF59F0: hue angle of 274.17º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF59F0 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 89 | 240 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.06 |
| HSL | 274.17º | 0.83% | 0.65% | - |
| HSV(B) | 274.17º | 0.63% | 0.94% | - |
| XYZ | 36.98 | 22.55 | 84.84 | - |
| YUV | 131.93 | 188.99 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 240 | 0.27 | 0.63 | 0 | 0.06 | 274.17 | 0.83 | 0.65 |
| Hex | AF | 59 | F0 | 1B | 3F | 0 | 6 | 112 | 53 | 41 |
| Octal | 257 | 131 | 360 | 33 | 77 | 0 | 6 | 422 | 123 | 101 |
| Binary | 10101111 | 1011001 | 11110000 | 11011 | 111111 | 0 | 110 | 100010010 | 1010011 | 1000001 |
Color Harmonies of #AF59F0
Complementary color
Monochromatic Colors of #AF59F0
Black with #AF59F0
Text Example
Text Example
White with #AF59F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59F0; }
p { color: rgb(175,89,240); }
H1.HeaderClassName
{
color: #AF59F0;
}
.AnyTagClassName
{
color: #AF59F0;
}
</style>
background-color css
<style>
a { background-color: #AF59F0; }
a { background-color: rgb(175,89,240); }
div.DivClassName
{
background-color: #AF59F0;
}
.BgClassName
{
background-color: #AF59F0;
}
</style>
border-color css
<style>
span { border-color: #AF59F0; }
span { border-color: rgb(175,89,240); }
td.TdClassName
{
border-color: #AF59F0;
}
.TagClassName
{
border-color: #AF59F0;
}
</style>