Shades of Medium Orchid #AF5FEB
Tints of Medium Orchid #AF5FEB
RGB
CMYK
RGB Variations
Color information
#AF5FEB (or 0xAF5FEB) is known color: Medium Orchid. HEX triplet: AF, 5F and EB. RGB value is (175,95,235). Sum of RGB (Red+Green+Blue) = 175+95+235=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 95 (37.5% from 255 or 18.81% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #AF5FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FEB is #50A014. Grayscale: #868686. Windows color (decimal): -5283861 or 15425455. OLE color: 15425455.
HSL color Cylindrical-coordinate representation of color #AF5FEB: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF5FEB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 95 | 235 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.08 |
| HSL | 274.29º | 0.78% | 0.65% | - |
| HSV(B) | 274.29º | 0.6% | 0.92% | - |
| XYZ | 36.77 | 23.3 | 81.16 | - |
| YUV | 134.88 | 184.5 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 235 | 0.26 | 0.60 | 0 | 0.08 | 274.29 | 0.78 | 0.65 |
| Hex | AF | 5F | EB | 1A | 3C | 0 | 8 | 112 | 4E | 41 |
| Octal | 257 | 137 | 353 | 32 | 74 | 0 | 10 | 422 | 116 | 101 |
| Binary | 10101111 | 1011111 | 11101011 | 11010 | 111100 | 0 | 1000 | 100010010 | 1001110 | 1000001 |
Color Harmonies of #AF5FEB
Complementary color
Monochromatic Colors of #AF5FEB
Black with #AF5FEB
Text Example
Text Example
White with #AF5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FEB; }
p { color: rgb(175,95,235); }
H1.HeaderClassName
{
color: #AF5FEB;
}
.AnyTagClassName
{
color: #AF5FEB;
}
</style>
background-color css
<style>
a { background-color: #AF5FEB; }
a { background-color: rgb(175,95,235); }
div.DivClassName
{
background-color: #AF5FEB;
}
.BgClassName
{
background-color: #AF5FEB;
}
</style>
border-color css
<style>
span { border-color: #AF5FEB; }
span { border-color: rgb(175,95,235); }
td.TdClassName
{
border-color: #AF5FEB;
}
.TagClassName
{
border-color: #AF5FEB;
}
</style>