Shades of Medium Orchid #AF5EF1
Tints of Medium Orchid #AF5EF1
RGB
CMYK
RGB Variations
Color information
#AF5EF1 (or 0xAF5EF1) is known color: Medium Orchid. HEX triplet: AF, 5E and F1. RGB value is (175,94,241). Sum of RGB (Red+Green+Blue) = 175+94+241=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF5EF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5EF1 is #50A10E. Grayscale: #868686. Windows color (decimal): -5284111 or 15818415. OLE color: 15818415.
HSL color Cylindrical-coordinate representation of color #AF5EF1: hue angle of 273.06º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5EF1 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 94 | 241 | - |
| CMYK | 0.27 | 0.61 | 0 | 0.05 |
| HSL | 273.06º | 0.84% | 0.66% | - |
| HSV(B) | 273.06º | 0.61% | 0.95% | - |
| XYZ | 37.56 | 23.47 | 85.77 | - |
| YUV | 134.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 94 | 241 | 0.27 | 0.61 | 0 | 0.05 | 273.06 | 0.84 | 0.66 |
| Hex | AF | 5E | F1 | 1B | 3D | 0 | 5 | 111 | 54 | 42 |
| Octal | 257 | 136 | 361 | 33 | 75 | 0 | 5 | 421 | 124 | 102 |
| Binary | 10101111 | 1011110 | 11110001 | 11011 | 111101 | 0 | 101 | 100010001 | 1010100 | 1000010 |
Color Harmonies of #AF5EF1
Complementary color
Monochromatic Colors of #AF5EF1
Black with #AF5EF1
Text Example
Text Example
White with #AF5EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5EF1; }
p { color: rgb(175,94,241); }
H1.HeaderClassName
{
color: #AF5EF1;
}
.AnyTagClassName
{
color: #AF5EF1;
}
</style>
background-color css
<style>
a { background-color: #AF5EF1; }
a { background-color: rgb(175,94,241); }
div.DivClassName
{
background-color: #AF5EF1;
}
.BgClassName
{
background-color: #AF5EF1;
}
</style>
border-color css
<style>
span { border-color: #AF5EF1; }
span { border-color: rgb(175,94,241); }
td.TdClassName
{
border-color: #AF5EF1;
}
.TagClassName
{
border-color: #AF5EF1;
}
</style>