Shades of Medium Orchid #AF56F1
Tints of Medium Orchid #AF56F1
RGB
CMYK
RGB Variations
Color information
#AF56F1 (or 0xAF56F1) is known color: Medium Orchid. HEX triplet: AF, 56 and F1. RGB value is (175,86,241). Sum of RGB (Red+Green+Blue) = 175+86+241=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 86 (33.98% from 255 or 17.13% from 502); Blue value is 241 (94.53% from 255 or 48.01% from 502); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF56F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56F1 is #50A90E. Grayscale: #818181. Windows color (decimal): -5286159 or 15816367. OLE color: 15816367.
HSL color Cylindrical-coordinate representation of color #AF56F1: hue angle of 274.45º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF56F1 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 86 | 241 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.05 |
| HSL | 274.45º | 0.85% | 0.64% | - |
| HSV(B) | 274.45º | 0.64% | 0.95% | - |
| XYZ | 36.88 | 22.12 | 85.54 | - |
| YUV | 130.28 | 190.49 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 241 | 0.27 | 0.64 | 0 | 0.05 | 274.45 | 0.85 | 0.64 |
| Hex | AF | 56 | F1 | 1B | 40 | 0 | 5 | 112 | 55 | 40 |
| Octal | 257 | 126 | 361 | 33 | 100 | 0 | 5 | 422 | 125 | 100 |
| Binary | 10101111 | 1010110 | 11110001 | 11011 | 1000000 | 0 | 101 | 100010010 | 1010101 | 1000000 |
Color Harmonies of #AF56F1
Complementary color
Monochromatic Colors of #AF56F1
Black with #AF56F1
Text Example
Text Example
White with #AF56F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56F1; }
p { color: rgb(175,86,241); }
H1.HeaderClassName
{
color: #AF56F1;
}
.AnyTagClassName
{
color: #AF56F1;
}
</style>
background-color css
<style>
a { background-color: #AF56F1; }
a { background-color: rgb(175,86,241); }
div.DivClassName
{
background-color: #AF56F1;
}
.BgClassName
{
background-color: #AF56F1;
}
</style>
border-color css
<style>
span { border-color: #AF56F1; }
span { border-color: rgb(175,86,241); }
td.TdClassName
{
border-color: #AF56F1;
}
.TagClassName
{
border-color: #AF56F1;
}
</style>