Shades of Medium Orchid #AF5BFB
Tints of Medium Orchid #AF5BFB
RGB
CMYK
RGB Variations
Color information
#AF5BFB (or 0xAF5BFB) is known color: Medium Orchid. HEX triplet: AF, 5B and FB. RGB value is (175,91,251). Sum of RGB (Red+Green+Blue) = 175+91+251=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 91 (35.94% from 255 or 17.60% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF5BFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BFB is #50A404. Grayscale: #858585. Windows color (decimal): -5284869 or 16473007. OLE color: 16473007.
HSL color Cylindrical-coordinate representation of color #AF5BFB: hue angle of 271.5º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5BFB is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 91 | 251 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.02 |
| HSL | 271.5º | 0.95% | 0.67% | - |
| HSV(B) | 271.5º | 0.64% | 0.98% | - |
| XYZ | 38.83 | 23.56 | 93.77 | - |
| YUV | 134.36 | 193.83 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 251 | 0.30 | 0.64 | 0 | 0.02 | 271.5 | 0.95 | 0.67 |
| Hex | AF | 5B | FB | 1E | 40 | 0 | 2 | 110 | 5F | 43 |
| Octal | 257 | 133 | 373 | 36 | 100 | 0 | 2 | 420 | 137 | 103 |
| Binary | 10101111 | 1011011 | 11111011 | 11110 | 1000000 | 0 | 10 | 100010000 | 1011111 | 1000011 |
Color Harmonies of #AF5BFB
Complementary color
Monochromatic Colors of #AF5BFB
Black with #AF5BFB
Text Example
Text Example
White with #AF5BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BFB; }
p { color: rgb(175,91,251); }
H1.HeaderClassName
{
color: #AF5BFB;
}
.AnyTagClassName
{
color: #AF5BFB;
}
</style>
background-color css
<style>
a { background-color: #AF5BFB; }
a { background-color: rgb(175,91,251); }
div.DivClassName
{
background-color: #AF5BFB;
}
.BgClassName
{
background-color: #AF5BFB;
}
</style>
border-color css
<style>
span { border-color: #AF5BFB; }
span { border-color: rgb(175,91,251); }
td.TdClassName
{
border-color: #AF5BFB;
}
.TagClassName
{
border-color: #AF5BFB;
}
</style>