Shades of Medium Orchid #AF46FE
Tints of Medium Orchid #AF46FE
RGB
CMYK
RGB Variations
Color information
#AF46FE (or 0xAF46FE) is known color: Medium Orchid. HEX triplet: AF, 46 and FE. RGB value is (175,70,254). Sum of RGB (Red+Green+Blue) = 175+70+254=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 70 (27.73% from 255 or 14.03% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF46FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF46FE is #50B901. Grayscale: #797979. Windows color (decimal): -5290242 or 16664239. OLE color: 16664239.
HSL color Cylindrical-coordinate representation of color #AF46FE: hue angle of 274.24º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF46FE is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 70 | 254 | - |
| CMYK | 0.31 | 0.72 | 0 | 0.00 |
| HSL | 274.24º | 0.99% | 0.64% | - |
| HSV(B) | 274.24º | 0.72% | 1% | - |
| XYZ | 37.76 | 20.65 | 95.76 | - |
| YUV | 122.37 | 202.29 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 254 | 0.31 | 0.72 | 0 | 0.00 | 274.24 | 0.99 | 0.64 |
| Hex | AF | 46 | FE | 1F | 48 | 0 | 0 | 112 | 63 | 40 |
| Octal | 257 | 106 | 376 | 37 | 110 | 0 | 0 | 422 | 143 | 100 |
| Binary | 10101111 | 1000110 | 11111110 | 11111 | 1001000 | 0 | 0 | 100010010 | 1100011 | 1000000 |
Color Harmonies of #AF46FE
Complementary color
Monochromatic Colors of #AF46FE
Black with #AF46FE
Text Example
Text Example
White with #AF46FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46FE; }
p { color: rgb(175,70,254); }
H1.HeaderClassName
{
color: #AF46FE;
}
.AnyTagClassName
{
color: #AF46FE;
}
</style>
background-color css
<style>
a { background-color: #AF46FE; }
a { background-color: rgb(175,70,254); }
div.DivClassName
{
background-color: #AF46FE;
}
.BgClassName
{
background-color: #AF46FE;
}
</style>
border-color css
<style>
span { border-color: #AF46FE; }
span { border-color: rgb(175,70,254); }
td.TdClassName
{
border-color: #AF46FE;
}
.TagClassName
{
border-color: #AF46FE;
}
</style>