Shades of Medium Orchid #AF47EE
Tints of Medium Orchid #AF47EE
RGB
CMYK
RGB Variations
Color information
#AF47EE (or 0xAF47EE) is known color: Medium Orchid. HEX triplet: AF, 47 and EE. RGB value is (175,71,238). Sum of RGB (Red+Green+Blue) = 175+71+238=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 71 (28.12% from 255 or 14.67% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF47EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF47EE is #50B811. Grayscale: #787878. Windows color (decimal): -5290002 or 15615919. OLE color: 15615919.
HSL color Cylindrical-coordinate representation of color #AF47EE: hue angle of 277.37º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF47EE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 71 | 238 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.07 |
| HSL | 277.37º | 0.83% | 0.61% | - |
| HSV(B) | 277.37º | 0.7% | 0.93% | - |
| XYZ | 35.37 | 19.79 | 82.85 | - |
| YUV | 121.13 | 193.96 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 71 | 238 | 0.26 | 0.70 | 0 | 0.07 | 277.37 | 0.83 | 0.61 |
| Hex | AF | 47 | EE | 1A | 46 | 0 | 7 | 115 | 53 | 3D |
| Octal | 257 | 107 | 356 | 32 | 106 | 0 | 7 | 425 | 123 | 75 |
| Binary | 10101111 | 1000111 | 11101110 | 11010 | 1000110 | 0 | 111 | 100010101 | 1010011 | 111101 |
Color Harmonies of #AF47EE
Complementary color
Monochromatic Colors of #AF47EE
Black with #AF47EE
Text Example
Text Example
White with #AF47EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF47EE; }
p { color: rgb(175,71,238); }
H1.HeaderClassName
{
color: #AF47EE;
}
.AnyTagClassName
{
color: #AF47EE;
}
</style>
background-color css
<style>
a { background-color: #AF47EE; }
a { background-color: rgb(175,71,238); }
div.DivClassName
{
background-color: #AF47EE;
}
.BgClassName
{
background-color: #AF47EE;
}
</style>
border-color css
<style>
span { border-color: #AF47EE; }
span { border-color: rgb(175,71,238); }
td.TdClassName
{
border-color: #AF47EE;
}
.TagClassName
{
border-color: #AF47EE;
}
</style>