Shades of Medium Orchid #AF5DFA
Tints of Medium Orchid #AF5DFA
RGB
CMYK
RGB Variations
Color information
#AF5DFA (or 0xAF5DFA) is known color: Medium Orchid. HEX triplet: AF, 5D and FA. RGB value is (175,93,250). Sum of RGB (Red+Green+Blue) = 175+93+250=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 93 (36.72% from 255 or 17.95% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF5DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5DFA is #50A205. Grayscale: #868686. Windows color (decimal): -5284358 or 16407983. OLE color: 16407983.
HSL color Cylindrical-coordinate representation of color #AF5DFA: hue angle of 271.34º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5DFA is Cyan = 0.3, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 93 | 250 | - |
| CMYK | 0.3 | 0.63 | 0 | 0.02 |
| HSL | 271.34º | 0.94% | 0.67% | - |
| HSV(B) | 271.34º | 0.63% | 0.98% | - |
| XYZ | 38.85 | 23.84 | 93 | - |
| YUV | 135.42 | 192.67 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 93 | 250 | 0.3 | 0.63 | 0 | 0.02 | 271.34 | 0.94 | 0.67 |
| Hex | AF | 5D | FA | 1E | 3F | 0 | 2 | 10F | 5E | 43 |
| Octal | 257 | 135 | 372 | 36 | 77 | 0 | 2 | 417 | 136 | 103 |
| Binary | 10101111 | 1011101 | 11111010 | 11110 | 111111 | 0 | 10 | 100001111 | 1011110 | 1000011 |
Color Harmonies of #AF5DFA
Complementary color
Monochromatic Colors of #AF5DFA
Black with #AF5DFA
Text Example
Text Example
White with #AF5DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5DFA; }
p { color: rgb(175,93,250); }
H1.HeaderClassName
{
color: #AF5DFA;
}
.AnyTagClassName
{
color: #AF5DFA;
}
</style>
background-color css
<style>
a { background-color: #AF5DFA; }
a { background-color: rgb(175,93,250); }
div.DivClassName
{
background-color: #AF5DFA;
}
.BgClassName
{
background-color: #AF5DFA;
}
</style>
border-color css
<style>
span { border-color: #AF5DFA; }
span { border-color: rgb(175,93,250); }
td.TdClassName
{
border-color: #AF5DFA;
}
.TagClassName
{
border-color: #AF5DFA;
}
</style>