Shades of Medium Orchid #AF4FD9
Tints of Medium Orchid #AF4FD9
RGB
CMYK
RGB Variations
Color information
#AF4FD9 (or 0xAF4FD9) is known color: Medium Orchid. HEX triplet: AF, 4F and D9. RGB value is (175,79,217). Sum of RGB (Red+Green+Blue) = 175+79+217=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 79 (31.25% from 255 or 16.77% from 471); Blue value is 217 (85.16% from 255 or 46.07% from 471); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF4FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4FD9 is #50B026. Grayscale: #7A7A7A. Windows color (decimal): -5287975 or 14241711. OLE color: 14241711.
HSL color Cylindrical-coordinate representation of color #AF4FD9: hue angle of 281.74º degrees, saturation: 0.64, 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 #AF4FD9 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 79 | 217 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.15 |
| HSL | 281.74º | 0.64% | 0.58% | - |
| HSV(B) | 281.74º | 0.64% | 0.85% | - |
| XYZ | 33 | 19.72 | 67.71 | - |
| YUV | 123.44 | 180.8 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 217 | 0.19 | 0.64 | 0 | 0.15 | 281.74 | 0.64 | 0.58 |
| Hex | AF | 4F | D9 | 13 | 40 | 0 | F | 11A | 40 | 3A |
| Octal | 257 | 117 | 331 | 23 | 100 | 0 | 17 | 432 | 100 | 72 |
| Binary | 10101111 | 1001111 | 11011001 | 10011 | 1000000 | 0 | 1111 | 100011010 | 1000000 | 111010 |
Color Harmonies of #AF4FD9
Complementary color
Monochromatic Colors of #AF4FD9
Black with #AF4FD9
Text Example
Text Example
White with #AF4FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FD9; }
p { color: rgb(175,79,217); }
H1.HeaderClassName
{
color: #AF4FD9;
}
.AnyTagClassName
{
color: #AF4FD9;
}
</style>
background-color css
<style>
a { background-color: #AF4FD9; }
a { background-color: rgb(175,79,217); }
div.DivClassName
{
background-color: #AF4FD9;
}
.BgClassName
{
background-color: #AF4FD9;
}
</style>
border-color css
<style>
span { border-color: #AF4FD9; }
span { border-color: rgb(175,79,217); }
td.TdClassName
{
border-color: #AF4FD9;
}
.TagClassName
{
border-color: #AF4FD9;
}
</style>