Shades of Medium Orchid #AF51C6
Tints of Medium Orchid #AF51C6
RGB
CMYK
RGB Variations
Color information
#AF51C6 (or 0xAF51C6) is known color: Medium Orchid. HEX triplet: AF, 51 and C6. RGB value is (175,81,198). Sum of RGB (Red+Green+Blue) = 175+81+198=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF51C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51C6 is #50AE39. Grayscale: #7A7A7A. Windows color (decimal): -5287482 or 12997039. OLE color: 12997039.
HSL color Cylindrical-coordinate representation of color #AF51C6: hue angle of 288.21º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF51C6 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 81 | 198 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.22 |
| HSL | 288.21º | 0.51% | 0.55% | - |
| HSV(B) | 288.21º | 0.59% | 0.78% | - |
| XYZ | 30.81 | 19.08 | 55.48 | - |
| YUV | 122.44 | 170.64 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 198 | 0.12 | 0.59 | 0 | 0.22 | 288.21 | 0.51 | 0.55 |
| Hex | AF | 51 | C6 | C | 3B | 0 | 16 | 120 | 33 | 37 |
| Octal | 257 | 121 | 306 | 14 | 73 | 0 | 26 | 440 | 63 | 67 |
| Binary | 10101111 | 1010001 | 11000110 | 1100 | 111011 | 0 | 10110 | 100100000 | 110011 | 110111 |
Color Harmonies of #AF51C6
Complementary color
Monochromatic Colors of #AF51C6
Black with #AF51C6
Text Example
Text Example
White with #AF51C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51C6; }
p { color: rgb(175,81,198); }
H1.HeaderClassName
{
color: #AF51C6;
}
.AnyTagClassName
{
color: #AF51C6;
}
</style>
background-color css
<style>
a { background-color: #AF51C6; }
a { background-color: rgb(175,81,198); }
div.DivClassName
{
background-color: #AF51C6;
}
.BgClassName
{
background-color: #AF51C6;
}
</style>
border-color css
<style>
span { border-color: #AF51C6; }
span { border-color: rgb(175,81,198); }
td.TdClassName
{
border-color: #AF51C6;
}
.TagClassName
{
border-color: #AF51C6;
}
</style>