Shades of Medium Orchid #AF46CF
Tints of Medium Orchid #AF46CF
RGB
CMYK
RGB Variations
Color information
#AF46CF (or 0xAF46CF) is known color: Medium Orchid. HEX triplet: AF, 46 and CF. RGB value is (175,70,207). Sum of RGB (Red+Green+Blue) = 175+70+207=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF46CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46CF is #50B930. Grayscale: #747474. Windows color (decimal): -5290289 or 13584047. OLE color: 13584047.
HSL color Cylindrical-coordinate representation of color #AF46CF: hue angle of 285.99º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF46CF is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 70 | 207 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.19 |
| HSL | 285.99º | 0.59% | 0.54% | - |
| HSV(B) | 285.99º | 0.66% | 0.81% | - |
| XYZ | 31.13 | 18 | 60.86 | - |
| YUV | 117.01 | 178.79 | 169.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 207 | 0.15 | 0.66 | 0 | 0.19 | 285.99 | 0.59 | 0.54 |
| Hex | AF | 46 | CF | F | 42 | 0 | 13 | 11E | 3B | 36 |
| Octal | 257 | 106 | 317 | 17 | 102 | 0 | 23 | 436 | 73 | 66 |
| Binary | 10101111 | 1000110 | 11001111 | 1111 | 1000010 | 0 | 10011 | 100011110 | 111011 | 110110 |
Color Harmonies of #AF46CF
Complementary color
Monochromatic Colors of #AF46CF
Black with #AF46CF
Text Example
Text Example
White with #AF46CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46CF; }
p { color: rgb(175,70,207); }
H1.HeaderClassName
{
color: #AF46CF;
}
.AnyTagClassName
{
color: #AF46CF;
}
</style>
background-color css
<style>
a { background-color: #AF46CF; }
a { background-color: rgb(175,70,207); }
div.DivClassName
{
background-color: #AF46CF;
}
.BgClassName
{
background-color: #AF46CF;
}
</style>
border-color css
<style>
span { border-color: #AF46CF; }
span { border-color: rgb(175,70,207); }
td.TdClassName
{
border-color: #AF46CF;
}
.TagClassName
{
border-color: #AF46CF;
}
</style>