Shades of Medium Orchid #AF5BE8
Tints of Medium Orchid #AF5BE8
RGB
CMYK
RGB Variations
Color information
#AF5BE8 (or 0xAF5BE8) is known color: Medium Orchid. HEX triplet: AF, 5B and E8. RGB value is (175,91,232). Sum of RGB (Red+Green+Blue) = 175+91+232=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 91 (35.94% from 255 or 18.27% from 498); Blue value is 232 (91.02% from 255 or 46.59% from 498); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF5BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5BE8 is #50A417. Grayscale: #838383. Windows color (decimal): -5284888 or 15227823. OLE color: 15227823.
HSL color Cylindrical-coordinate representation of color #AF5BE8: hue angle of 275.74º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF5BE8 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 91 | 232 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.09 |
| HSL | 275.74º | 0.75% | 0.63% | - |
| HSV(B) | 275.74º | 0.61% | 0.91% | - |
| XYZ | 35.99 | 22.42 | 78.78 | - |
| YUV | 132.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 91 | 232 | 0.25 | 0.61 | 0 | 0.09 | 275.74 | 0.75 | 0.63 |
| Hex | AF | 5B | E8 | 19 | 3D | 0 | 9 | 114 | 4B | 3F |
| Octal | 257 | 133 | 350 | 31 | 75 | 0 | 11 | 424 | 113 | 77 |
| Binary | 10101111 | 1011011 | 11101000 | 11001 | 111101 | 0 | 1001 | 100010100 | 1001011 | 111111 |
Color Harmonies of #AF5BE8
Complementary color
Monochromatic Colors of #AF5BE8
Black with #AF5BE8
Text Example
Text Example
White with #AF5BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5BE8; }
p { color: rgb(175,91,232); }
H1.HeaderClassName
{
color: #AF5BE8;
}
.AnyTagClassName
{
color: #AF5BE8;
}
</style>
background-color css
<style>
a { background-color: #AF5BE8; }
a { background-color: rgb(175,91,232); }
div.DivClassName
{
background-color: #AF5BE8;
}
.BgClassName
{
background-color: #AF5BE8;
}
</style>
border-color css
<style>
span { border-color: #AF5BE8; }
span { border-color: rgb(175,91,232); }
td.TdClassName
{
border-color: #AF5BE8;
}
.TagClassName
{
border-color: #AF5BE8;
}
</style>