Shades of Medium Orchid #AF59F9
Tints of Medium Orchid #AF59F9
RGB
CMYK
RGB Variations
Color information
#AF59F9 (or 0xAF59F9) is known color: Medium Orchid. HEX triplet: AF, 59 and F9. RGB value is (175,89,249). Sum of RGB (Red+Green+Blue) = 175+89+249=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 89 (35.16% from 255 or 17.35% from 513); Blue value is 249 (97.66% from 255 or 48.54% from 513); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF59F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59F9 is #50A606. Grayscale: #848484. Windows color (decimal): -5285383 or 16341423. OLE color: 16341423.
HSL color Cylindrical-coordinate representation of color #AF59F9: hue angle of 272.25º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF59F9 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 89 | 249 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.02 |
| HSL | 272.25º | 0.93% | 0.66% | - |
| HSV(B) | 272.25º | 0.64% | 0.98% | - |
| XYZ | 38.35 | 23.1 | 92.06 | - |
| YUV | 132.95 | 193.49 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 249 | 0.30 | 0.64 | 0 | 0.02 | 272.25 | 0.93 | 0.66 |
| Hex | AF | 59 | F9 | 1E | 40 | 0 | 2 | 110 | 5D | 42 |
| Octal | 257 | 131 | 371 | 36 | 100 | 0 | 2 | 420 | 135 | 102 |
| Binary | 10101111 | 1011001 | 11111001 | 11110 | 1000000 | 0 | 10 | 100010000 | 1011101 | 1000010 |
Color Harmonies of #AF59F9
Complementary color
Monochromatic Colors of #AF59F9
Black with #AF59F9
Text Example
Text Example
White with #AF59F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59F9; }
p { color: rgb(175,89,249); }
H1.HeaderClassName
{
color: #AF59F9;
}
.AnyTagClassName
{
color: #AF59F9;
}
</style>
background-color css
<style>
a { background-color: #AF59F9; }
a { background-color: rgb(175,89,249); }
div.DivClassName
{
background-color: #AF59F9;
}
.BgClassName
{
background-color: #AF59F9;
}
</style>
border-color css
<style>
span { border-color: #AF59F9; }
span { border-color: rgb(175,89,249); }
td.TdClassName
{
border-color: #AF59F9;
}
.TagClassName
{
border-color: #AF59F9;
}
</style>