Shades of Medium Orchid #AF5CF8
Tints of Medium Orchid #AF5CF8
RGB
CMYK
RGB Variations
Color information
#AF5CF8 (or 0xAF5CF8) is known color: Medium Orchid. HEX triplet: AF, 5C and F8. RGB value is (175,92,248). Sum of RGB (Red+Green+Blue) = 175+92+248=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 92 (36.33% from 255 or 17.86% from 515); Blue value is 248 (97.27% from 255 or 48.16% from 515); Max value from RGB is 248 - color contains mainly: blue. Hex color #AF5CF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CF8 is #50A307. Grayscale: #868686. Windows color (decimal): -5284616 or 16276655. OLE color: 16276655.
HSL color Cylindrical-coordinate representation of color #AF5CF8: hue angle of 271.92º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5CF8 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 92 | 248 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.03 |
| HSL | 271.92º | 0.92% | 0.67% | - |
| HSV(B) | 271.92º | 0.63% | 0.97% | - |
| XYZ | 38.45 | 23.55 | 91.33 | - |
| YUV | 134.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 248 | 0.29 | 0.63 | 0 | 0.03 | 271.92 | 0.92 | 0.67 |
| Hex | AF | 5C | F8 | 1D | 3F | 0 | 3 | 110 | 5C | 43 |
| Octal | 257 | 134 | 370 | 35 | 77 | 0 | 3 | 420 | 134 | 103 |
| Binary | 10101111 | 1011100 | 11111000 | 11101 | 111111 | 0 | 11 | 100010000 | 1011100 | 1000011 |
Color Harmonies of #AF5CF8
Complementary color
Monochromatic Colors of #AF5CF8
Black with #AF5CF8
Text Example
Text Example
White with #AF5CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CF8; }
p { color: rgb(175,92,248); }
H1.HeaderClassName
{
color: #AF5CF8;
}
.AnyTagClassName
{
color: #AF5CF8;
}
</style>
background-color css
<style>
a { background-color: #AF5CF8; }
a { background-color: rgb(175,92,248); }
div.DivClassName
{
background-color: #AF5CF8;
}
.BgClassName
{
background-color: #AF5CF8;
}
</style>
border-color css
<style>
span { border-color: #AF5CF8; }
span { border-color: rgb(175,92,248); }
td.TdClassName
{
border-color: #AF5CF8;
}
.TagClassName
{
border-color: #AF5CF8;
}
</style>