Shades of Medium Orchid #AF47F5
Tints of Medium Orchid #AF47F5
RGB
CMYK
RGB Variations
Color information
#AF47F5 (or 0xAF47F5) is known color: Medium Orchid. HEX triplet: AF, 47 and F5. RGB value is (175,71,245). Sum of RGB (Red+Green+Blue) = 175+71+245=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF47F5 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47F5 is #50B80A. Grayscale: #797979. Windows color (decimal): -5289995 or 16074671. OLE color: 16074671.
HSL color Cylindrical-coordinate representation of color #AF47F5: hue angle of 275.86º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF47F5 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 71 | 245 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.04 |
| HSL | 275.86º | 0.9% | 0.62% | - |
| HSV(B) | 275.86º | 0.71% | 0.96% | - |
| XYZ | 36.41 | 20.21 | 88.37 | - |
| YUV | 121.93 | 197.46 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 245 | 0.29 | 0.71 | 0 | 0.04 | 275.86 | 0.9 | 0.62 |
| Hex | AF | 47 | F5 | 1D | 47 | 0 | 4 | 114 | 5A | 3E |
| Octal | 257 | 107 | 365 | 35 | 107 | 0 | 4 | 424 | 132 | 76 |
| Binary | 10101111 | 1000111 | 11110101 | 11101 | 1000111 | 0 | 100 | 100010100 | 1011010 | 111110 |
Color Harmonies of #AF47F5
Complementary color
Monochromatic Colors of #AF47F5
Black with #AF47F5
Text Example
Text Example
White with #AF47F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF47F5; }
p { color: rgb(175,71,245); }
H1.HeaderClassName
{
color: #AF47F5;
}
.AnyTagClassName
{
color: #AF47F5;
}
</style>
background-color css
<style>
a { background-color: #AF47F5; }
a { background-color: rgb(175,71,245); }
div.DivClassName
{
background-color: #AF47F5;
}
.BgClassName
{
background-color: #AF47F5;
}
</style>
border-color css
<style>
span { border-color: #AF47F5; }
span { border-color: rgb(175,71,245); }
td.TdClassName
{
border-color: #AF47F5;
}
.TagClassName
{
border-color: #AF47F5;
}
</style>