Shades of Medium Orchid #AF4ED9
Tints of Medium Orchid #AF4ED9
RGB
CMYK
RGB Variations
Color information
#AF4ED9 (or 0xAF4ED9) is known color: Medium Orchid. HEX triplet: AF, 4E and D9. RGB value is (175,78,217). Sum of RGB (Red+Green+Blue) = 175+78+217=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 78 (30.86% from 255 or 16.60% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF4ED9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ED9 is #50B126. Grayscale: #7A7A7A. Windows color (decimal): -5288231 or 14241455. OLE color: 14241455.
HSL color Cylindrical-coordinate representation of color #AF4ED9: hue angle of 281.87º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF4ED9 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 78 | 217 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.15 |
| HSL | 281.87º | 0.65% | 0.58% | - |
| HSV(B) | 281.87º | 0.64% | 0.85% | - |
| XYZ | 32.93 | 19.57 | 67.69 | - |
| YUV | 122.85 | 181.14 | 165.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 217 | 0.19 | 0.64 | 0 | 0.15 | 281.87 | 0.65 | 0.58 |
| Hex | AF | 4E | D9 | 13 | 40 | 0 | F | 11A | 41 | 3A |
| Octal | 257 | 116 | 331 | 23 | 100 | 0 | 17 | 432 | 101 | 72 |
| Binary | 10101111 | 1001110 | 11011001 | 10011 | 1000000 | 0 | 1111 | 100011010 | 1000001 | 111010 |
Color Harmonies of #AF4ED9
Complementary color
Monochromatic Colors of #AF4ED9
Black with #AF4ED9
Text Example
Text Example
White with #AF4ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ED9; }
p { color: rgb(175,78,217); }
H1.HeaderClassName
{
color: #AF4ED9;
}
.AnyTagClassName
{
color: #AF4ED9;
}
</style>
background-color css
<style>
a { background-color: #AF4ED9; }
a { background-color: rgb(175,78,217); }
div.DivClassName
{
background-color: #AF4ED9;
}
.BgClassName
{
background-color: #AF4ED9;
}
</style>
border-color css
<style>
span { border-color: #AF4ED9; }
span { border-color: rgb(175,78,217); }
td.TdClassName
{
border-color: #AF4ED9;
}
.TagClassName
{
border-color: #AF4ED9;
}
</style>