Shades of Medium Orchid #AF51C1
Tints of Medium Orchid #AF51C1
RGB
CMYK
RGB Variations
Color information
#AF51C1 (or 0xAF51C1) is known color: Medium Orchid. HEX triplet: AF, 51 and C1. RGB value is (175,81,193). Sum of RGB (Red+Green+Blue) = 175+81+193=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 193 (75.78% from 255 or 42.98% from 449); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF51C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51C1 is #50AE3E. Grayscale: #797979. Windows color (decimal): -5287487 or 12669359. OLE color: 12669359.
HSL color Cylindrical-coordinate representation of color #AF51C1: hue angle of 290.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF51C1 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 81 | 193 | - |
| CMYK | 0.09 | 0.58 | 0 | 0.24 |
| HSL | 290.36º | 0.47% | 0.54% | - |
| HSV(B) | 290.36º | 0.58% | 0.76% | - |
| XYZ | 30.25 | 18.85 | 52.5 | - |
| YUV | 121.87 | 168.14 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 193 | 0.09 | 0.58 | 0 | 0.24 | 290.36 | 0.47 | 0.54 |
| Hex | AF | 51 | C1 | 9 | 3A | 0 | 18 | 122 | 2F | 36 |
| Octal | 257 | 121 | 301 | 11 | 72 | 0 | 30 | 442 | 57 | 66 |
| Binary | 10101111 | 1010001 | 11000001 | 1001 | 111010 | 0 | 11000 | 100100010 | 101111 | 110110 |
Color Harmonies of #AF51C1
Complementary color
Monochromatic Colors of #AF51C1
Black with #AF51C1
Text Example
Text Example
White with #AF51C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51C1; }
p { color: rgb(175,81,193); }
H1.HeaderClassName
{
color: #AF51C1;
}
.AnyTagClassName
{
color: #AF51C1;
}
</style>
background-color css
<style>
a { background-color: #AF51C1; }
a { background-color: rgb(175,81,193); }
div.DivClassName
{
background-color: #AF51C1;
}
.BgClassName
{
background-color: #AF51C1;
}
</style>
border-color css
<style>
span { border-color: #AF51C1; }
span { border-color: rgb(175,81,193); }
td.TdClassName
{
border-color: #AF51C1;
}
.TagClassName
{
border-color: #AF51C1;
}
</style>