Shades of Medium Orchid #AF50C9
Tints of Medium Orchid #AF50C9
RGB
CMYK
RGB Variations
Color information
#AF50C9 (or 0xAF50C9) is known color: Medium Orchid. HEX triplet: AF, 50 and C9. RGB value is (175,80,201). Sum of RGB (Red+Green+Blue) = 175+80+201=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF50C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50C9 is #50AF36. Grayscale: #797979. Windows color (decimal): -5287735 or 13193391. OLE color: 13193391.
HSL color Cylindrical-coordinate representation of color #AF50C9: hue angle of 287.11º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF50C9 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 80 | 201 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.21 |
| HSL | 287.11º | 0.53% | 0.55% | - |
| HSV(B) | 287.11º | 0.6% | 0.79% | - |
| XYZ | 31.09 | 19.07 | 57.3 | - |
| YUV | 122.2 | 172.47 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 201 | 0.13 | 0.60 | 0 | 0.21 | 287.11 | 0.53 | 0.55 |
| Hex | AF | 50 | C9 | D | 3C | 0 | 15 | 11F | 35 | 37 |
| Octal | 257 | 120 | 311 | 15 | 74 | 0 | 25 | 437 | 65 | 67 |
| Binary | 10101111 | 1010000 | 11001001 | 1101 | 111100 | 0 | 10101 | 100011111 | 110101 | 110111 |
Color Harmonies of #AF50C9
Complementary color
Monochromatic Colors of #AF50C9
Black with #AF50C9
Text Example
Text Example
White with #AF50C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50C9; }
p { color: rgb(175,80,201); }
H1.HeaderClassName
{
color: #AF50C9;
}
.AnyTagClassName
{
color: #AF50C9;
}
</style>
background-color css
<style>
a { background-color: #AF50C9; }
a { background-color: rgb(175,80,201); }
div.DivClassName
{
background-color: #AF50C9;
}
.BgClassName
{
background-color: #AF50C9;
}
</style>
border-color css
<style>
span { border-color: #AF50C9; }
span { border-color: rgb(175,80,201); }
td.TdClassName
{
border-color: #AF50C9;
}
.TagClassName
{
border-color: #AF50C9;
}
</style>