Shades of Medium Orchid #AF5CF9
Tints of Medium Orchid #AF5CF9
RGB
CMYK
RGB Variations
Color information
#AF5CF9 (or 0xAF5CF9) is known color: Medium Orchid. HEX triplet: AF, 5C and F9. RGB value is (175,92,249). Sum of RGB (Red+Green+Blue) = 175+92+249=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 92 (36.33% from 255 or 17.83% from 516); Blue value is 249 (97.66% from 255 or 48.26% from 516); Max value from RGB is 249 - color contains mainly: blue. Hex color #AF5CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CF9 is #50A306. Grayscale: #868686. Windows color (decimal): -5284615 or 16342191. OLE color: 16342191.
HSL color Cylindrical-coordinate representation of color #AF5CF9: hue angle of 271.72º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5CF9 is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 92 | 249 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.02 |
| HSL | 271.72º | 0.93% | 0.67% | - |
| HSV(B) | 271.72º | 0.63% | 0.98% | - |
| XYZ | 38.61 | 23.61 | 92.14 | - |
| YUV | 134.72 | 192.5 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 249 | 0.30 | 0.63 | 0 | 0.02 | 271.72 | 0.93 | 0.67 |
| Hex | AF | 5C | F9 | 1E | 3F | 0 | 2 | 110 | 5D | 43 |
| Octal | 257 | 134 | 371 | 36 | 77 | 0 | 2 | 420 | 135 | 103 |
| Binary | 10101111 | 1011100 | 11111001 | 11110 | 111111 | 0 | 10 | 100010000 | 1011101 | 1000011 |
Color Harmonies of #AF5CF9
Complementary color
Monochromatic Colors of #AF5CF9
Black with #AF5CF9
Text Example
Text Example
White with #AF5CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CF9; }
p { color: rgb(175,92,249); }
H1.HeaderClassName
{
color: #AF5CF9;
}
.AnyTagClassName
{
color: #AF5CF9;
}
</style>
background-color css
<style>
a { background-color: #AF5CF9; }
a { background-color: rgb(175,92,249); }
div.DivClassName
{
background-color: #AF5CF9;
}
.BgClassName
{
background-color: #AF5CF9;
}
</style>
border-color css
<style>
span { border-color: #AF5CF9; }
span { border-color: rgb(175,92,249); }
td.TdClassName
{
border-color: #AF5CF9;
}
.TagClassName
{
border-color: #AF5CF9;
}
</style>