Shades of Medium Orchid #AF47DC
Tints of Medium Orchid #AF47DC
RGB
CMYK
RGB Variations
Color information
#AF47DC (or 0xAF47DC) is known color: Medium Orchid. HEX triplet: AF, 47 and DC. RGB value is (175,71,220). Sum of RGB (Red+Green+Blue) = 175+71+220=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF47DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47DC is #50B823. Grayscale: #767676. Windows color (decimal): -5290020 or 14436271. OLE color: 14436271.
HSL color Cylindrical-coordinate representation of color #AF47DC: hue angle of 281.88º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF47DC is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 71 | 220 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.14 |
| HSL | 281.88º | 0.68% | 0.57% | - |
| HSV(B) | 281.88º | 0.68% | 0.86% | - |
| XYZ | 32.85 | 18.79 | 69.61 | - |
| YUV | 119.08 | 184.96 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 220 | 0.20 | 0.68 | 0 | 0.14 | 281.88 | 0.68 | 0.57 |
| Hex | AF | 47 | DC | 14 | 44 | 0 | E | 11A | 44 | 39 |
| Octal | 257 | 107 | 334 | 24 | 104 | 0 | 16 | 432 | 104 | 71 |
| Binary | 10101111 | 1000111 | 11011100 | 10100 | 1000100 | 0 | 1110 | 100011010 | 1000100 | 111001 |
Color Harmonies of #AF47DC
Complementary color
Monochromatic Colors of #AF47DC
Black with #AF47DC
Text Example
Text Example
White with #AF47DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF47DC; }
p { color: rgb(175,71,220); }
H1.HeaderClassName
{
color: #AF47DC;
}
.AnyTagClassName
{
color: #AF47DC;
}
</style>
background-color css
<style>
a { background-color: #AF47DC; }
a { background-color: rgb(175,71,220); }
div.DivClassName
{
background-color: #AF47DC;
}
.BgClassName
{
background-color: #AF47DC;
}
</style>
border-color css
<style>
span { border-color: #AF47DC; }
span { border-color: rgb(175,71,220); }
td.TdClassName
{
border-color: #AF47DC;
}
.TagClassName
{
border-color: #AF47DC;
}
</style>