Shades of Medium Orchid #AF47E5
Tints of Medium Orchid #AF47E5
RGB
CMYK
RGB Variations
Color information
#AF47E5 (or 0xAF47E5) is known color: Medium Orchid. HEX triplet: AF, 47 and E5. RGB value is (175,71,229). Sum of RGB (Red+Green+Blue) = 175+71+229=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF47E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF47E5 is #50B81A. Grayscale: #777777. Windows color (decimal): -5290011 or 15026095. OLE color: 15026095.
HSL color Cylindrical-coordinate representation of color #AF47E5: hue angle of 279.49º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF47E5 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 71 | 229 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.10 |
| HSL | 279.49º | 0.75% | 0.59% | - |
| HSV(B) | 279.49º | 0.69% | 0.9% | - |
| XYZ | 34.08 | 19.28 | 76.05 | - |
| YUV | 120.11 | 189.46 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 229 | 0.24 | 0.69 | 0 | 0.10 | 279.49 | 0.75 | 0.59 |
| Hex | AF | 47 | E5 | 18 | 45 | 0 | A | 117 | 4B | 3B |
| Octal | 257 | 107 | 345 | 30 | 105 | 0 | 12 | 427 | 113 | 73 |
| Binary | 10101111 | 1000111 | 11100101 | 11000 | 1000101 | 0 | 1010 | 100010111 | 1001011 | 111011 |
Color Harmonies of #AF47E5
Complementary color
Monochromatic Colors of #AF47E5
Black with #AF47E5
Text Example
Text Example
White with #AF47E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF47E5; }
p { color: rgb(175,71,229); }
H1.HeaderClassName
{
color: #AF47E5;
}
.AnyTagClassName
{
color: #AF47E5;
}
</style>
background-color css
<style>
a { background-color: #AF47E5; }
a { background-color: rgb(175,71,229); }
div.DivClassName
{
background-color: #AF47E5;
}
.BgClassName
{
background-color: #AF47E5;
}
</style>
border-color css
<style>
span { border-color: #AF47E5; }
span { border-color: rgb(175,71,229); }
td.TdClassName
{
border-color: #AF47E5;
}
.TagClassName
{
border-color: #AF47E5;
}
</style>