Shades of Medium Orchid #AF51C9
Tints of Medium Orchid #AF51C9
RGB
CMYK
RGB Variations
Color information
#AF51C9 (or 0xAF51C9) is known color: Medium Orchid. HEX triplet: AF, 51 and C9. RGB value is (175,81,201). Sum of RGB (Red+Green+Blue) = 175+81+201=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF51C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51C9 is #50AE36. Grayscale: #7A7A7A. Windows color (decimal): -5287479 or 13193647. OLE color: 13193647.
HSL color Cylindrical-coordinate representation of color #AF51C9: hue angle of 287º 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 #AF51C9 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 81 | 201 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.21 |
| HSL | 287º | 0.53% | 0.55% | - |
| HSV(B) | 287º | 0.6% | 0.79% | - |
| XYZ | 31.16 | 19.22 | 57.32 | - |
| YUV | 122.79 | 172.14 | 165.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 201 | 0.13 | 0.60 | 0 | 0.21 | 287 | 0.53 | 0.55 |
| Hex | AF | 51 | C9 | D | 3C | 0 | 15 | 11F | 35 | 37 |
| Octal | 257 | 121 | 311 | 15 | 74 | 0 | 25 | 437 | 65 | 67 |
| Binary | 10101111 | 1010001 | 11001001 | 1101 | 111100 | 0 | 10101 | 100011111 | 110101 | 110111 |
Color Harmonies of #AF51C9
Complementary color
Monochromatic Colors of #AF51C9
Black with #AF51C9
Text Example
Text Example
White with #AF51C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51C9; }
p { color: rgb(175,81,201); }
H1.HeaderClassName
{
color: #AF51C9;
}
.AnyTagClassName
{
color: #AF51C9;
}
</style>
background-color css
<style>
a { background-color: #AF51C9; }
a { background-color: rgb(175,81,201); }
div.DivClassName
{
background-color: #AF51C9;
}
.BgClassName
{
background-color: #AF51C9;
}
</style>
border-color css
<style>
span { border-color: #AF51C9; }
span { border-color: rgb(175,81,201); }
td.TdClassName
{
border-color: #AF51C9;
}
.TagClassName
{
border-color: #AF51C9;
}
</style>