Shades of Medium Orchid #AF5CFA
Tints of Medium Orchid #AF5CFA
RGB
CMYK
RGB Variations
Color information
#AF5CFA (or 0xAF5CFA) is known color: Medium Orchid. HEX triplet: AF, 5C and FA. RGB value is (175,92,250). Sum of RGB (Red+Green+Blue) = 175+92+250=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 92 (36.33% from 255 or 17.79% from 517); Blue value is 250 (98.05% from 255 or 48.36% from 517); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF5CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CFA is #50A305. Grayscale: #868686. Windows color (decimal): -5284614 or 16407727. OLE color: 16407727.
HSL color Cylindrical-coordinate representation of color #AF5CFA: hue angle of 271.52º 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 #AF5CFA is Cyan = 0.3, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 92 | 250 | - |
| CMYK | 0.3 | 0.63 | 0 | 0.02 |
| HSL | 271.52º | 0.94% | 0.67% | - |
| HSV(B) | 271.52º | 0.63% | 0.98% | - |
| XYZ | 38.76 | 23.67 | 92.97 | - |
| YUV | 134.83 | 193 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 250 | 0.3 | 0.63 | 0 | 0.02 | 271.52 | 0.94 | 0.67 |
| Hex | AF | 5C | FA | 1E | 3F | 0 | 2 | 110 | 5E | 43 |
| Octal | 257 | 134 | 372 | 36 | 77 | 0 | 2 | 420 | 136 | 103 |
| Binary | 10101111 | 1011100 | 11111010 | 11110 | 111111 | 0 | 10 | 100010000 | 1011110 | 1000011 |
Color Harmonies of #AF5CFA
Complementary color
Monochromatic Colors of #AF5CFA
Black with #AF5CFA
Text Example
Text Example
White with #AF5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CFA; }
p { color: rgb(175,92,250); }
H1.HeaderClassName
{
color: #AF5CFA;
}
.AnyTagClassName
{
color: #AF5CFA;
}
</style>
background-color css
<style>
a { background-color: #AF5CFA; }
a { background-color: rgb(175,92,250); }
div.DivClassName
{
background-color: #AF5CFA;
}
.BgClassName
{
background-color: #AF5CFA;
}
</style>
border-color css
<style>
span { border-color: #AF5CFA; }
span { border-color: rgb(175,92,250); }
td.TdClassName
{
border-color: #AF5CFA;
}
.TagClassName
{
border-color: #AF5CFA;
}
</style>