Shades of Medium Orchid #AF5FEF
Tints of Medium Orchid #AF5FEF
RGB
CMYK
RGB Variations
Color information
#AF5FEF (or 0xAF5FEF) is known color: Medium Orchid. HEX triplet: AF, 5F and EF. RGB value is (175,95,239). Sum of RGB (Red+Green+Blue) = 175+95+239=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF5FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FEF is #50A010. Grayscale: #868686. Windows color (decimal): -5283857 or 15687599. OLE color: 15687599.
HSL color Cylindrical-coordinate representation of color #AF5FEF: hue angle of 273.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5FEF is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 95 | 239 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.06 |
| HSL | 273.33º | 0.82% | 0.65% | - |
| HSV(B) | 273.33º | 0.6% | 0.94% | - |
| XYZ | 37.35 | 23.53 | 84.23 | - |
| YUV | 135.34 | 186.5 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 239 | 0.27 | 0.60 | 0 | 0.06 | 273.33 | 0.82 | 0.65 |
| Hex | AF | 5F | EF | 1B | 3C | 0 | 6 | 111 | 52 | 41 |
| Octal | 257 | 137 | 357 | 33 | 74 | 0 | 6 | 421 | 122 | 101 |
| Binary | 10101111 | 1011111 | 11101111 | 11011 | 111100 | 0 | 110 | 100010001 | 1010010 | 1000001 |
Color Harmonies of #AF5FEF
Complementary color
Monochromatic Colors of #AF5FEF
Black with #AF5FEF
Text Example
Text Example
White with #AF5FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FEF; }
p { color: rgb(175,95,239); }
H1.HeaderClassName
{
color: #AF5FEF;
}
.AnyTagClassName
{
color: #AF5FEF;
}
</style>
background-color css
<style>
a { background-color: #AF5FEF; }
a { background-color: rgb(175,95,239); }
div.DivClassName
{
background-color: #AF5FEF;
}
.BgClassName
{
background-color: #AF5FEF;
}
</style>
border-color css
<style>
span { border-color: #AF5FEF; }
span { border-color: rgb(175,95,239); }
td.TdClassName
{
border-color: #AF5FEF;
}
.TagClassName
{
border-color: #AF5FEF;
}
</style>