Shades of Medium Orchid #AF46E9
Tints of Medium Orchid #AF46E9
RGB
CMYK
RGB Variations
Color information
#AF46E9 (or 0xAF46E9) is known color: Medium Orchid. HEX triplet: AF, 46 and E9. RGB value is (175,70,233). Sum of RGB (Red+Green+Blue) = 175+70+233=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 233 (91.41% from 255 or 48.74% from 478); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF46E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF46E9 is #50B916. Grayscale: #777777. Windows color (decimal): -5290263 or 15287983. OLE color: 15287983.
HSL color Cylindrical-coordinate representation of color #AF46E9: hue angle of 278.65º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF46E9 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 70 | 233 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.09 |
| HSL | 278.65º | 0.79% | 0.59% | - |
| HSV(B) | 278.65º | 0.7% | 0.91% | - |
| XYZ | 34.58 | 19.38 | 79.01 | - |
| YUV | 119.98 | 191.79 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 233 | 0.25 | 0.70 | 0 | 0.09 | 278.65 | 0.79 | 0.59 |
| Hex | AF | 46 | E9 | 19 | 46 | 0 | 9 | 117 | 4F | 3B |
| Octal | 257 | 106 | 351 | 31 | 106 | 0 | 11 | 427 | 117 | 73 |
| Binary | 10101111 | 1000110 | 11101001 | 11001 | 1000110 | 0 | 1001 | 100010111 | 1001111 | 111011 |
Color Harmonies of #AF46E9
Complementary color
Monochromatic Colors of #AF46E9
Black with #AF46E9
Text Example
Text Example
White with #AF46E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46E9; }
p { color: rgb(175,70,233); }
H1.HeaderClassName
{
color: #AF46E9;
}
.AnyTagClassName
{
color: #AF46E9;
}
</style>
background-color css
<style>
a { background-color: #AF46E9; }
a { background-color: rgb(175,70,233); }
div.DivClassName
{
background-color: #AF46E9;
}
.BgClassName
{
background-color: #AF46E9;
}
</style>
border-color css
<style>
span { border-color: #AF46E9; }
span { border-color: rgb(175,70,233); }
td.TdClassName
{
border-color: #AF46E9;
}
.TagClassName
{
border-color: #AF46E9;
}
</style>