Shades of Medium Orchid #AF46C6
Tints of Medium Orchid #AF46C6
RGB
CMYK
RGB Variations
Color information
#AF46C6 (or 0xAF46C6) is known color: Medium Orchid. HEX triplet: AF, 46 and C6. RGB value is (175,70,198). Sum of RGB (Red+Green+Blue) = 175+70+198=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 198 (77.73% from 255 or 44.70% from 443); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF46C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46C6 is #50B939. Grayscale: #737373. Windows color (decimal): -5290298 or 12994223. OLE color: 12994223.
HSL color Cylindrical-coordinate representation of color #AF46C6: hue angle of 289.22º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF46C6 is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 70 | 198 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.22 |
| HSL | 289.22º | 0.53% | 0.53% | - |
| HSV(B) | 289.22º | 0.65% | 0.78% | - |
| XYZ | 30.06 | 17.57 | 55.23 | - |
| YUV | 115.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 198 | 0.12 | 0.65 | 0 | 0.22 | 289.22 | 0.53 | 0.53 |
| Hex | AF | 46 | C6 | C | 41 | 0 | 16 | 121 | 35 | 35 |
| Octal | 257 | 106 | 306 | 14 | 101 | 0 | 26 | 441 | 65 | 65 |
| Binary | 10101111 | 1000110 | 11000110 | 1100 | 1000001 | 0 | 10110 | 100100001 | 110101 | 110101 |
Color Harmonies of #AF46C6
Complementary color
Monochromatic Colors of #AF46C6
Black with #AF46C6
Text Example
Text Example
White with #AF46C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46C6; }
p { color: rgb(175,70,198); }
H1.HeaderClassName
{
color: #AF46C6;
}
.AnyTagClassName
{
color: #AF46C6;
}
</style>
background-color css
<style>
a { background-color: #AF46C6; }
a { background-color: rgb(175,70,198); }
div.DivClassName
{
background-color: #AF46C6;
}
.BgClassName
{
background-color: #AF46C6;
}
</style>
border-color css
<style>
span { border-color: #AF46C6; }
span { border-color: rgb(175,70,198); }
td.TdClassName
{
border-color: #AF46C6;
}
.TagClassName
{
border-color: #AF46C6;
}
</style>