Shades of Medium Orchid #AF4ED3
Tints of Medium Orchid #AF4ED3
RGB
CMYK
RGB Variations
Color information
#AF4ED3 (or 0xAF4ED3) is known color: Medium Orchid. HEX triplet: AF, 4E and D3. RGB value is (175,78,211). Sum of RGB (Red+Green+Blue) = 175+78+211=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF4ED3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF4ED3 is #50B12C. Grayscale: #797979. Windows color (decimal): -5288237 or 13848239. OLE color: 13848239.
HSL color Cylindrical-coordinate representation of color #AF4ED3: hue angle of 283.76º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4ED3 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 78 | 211 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.17 |
| HSL | 283.76º | 0.6% | 0.57% | - |
| HSV(B) | 283.76º | 0.63% | 0.83% | - |
| XYZ | 32.16 | 19.27 | 63.65 | - |
| YUV | 122.17 | 178.14 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 78 | 211 | 0.17 | 0.63 | 0 | 0.17 | 283.76 | 0.6 | 0.57 |
| Hex | AF | 4E | D3 | 11 | 3F | 0 | 11 | 11C | 3C | 39 |
| Octal | 257 | 116 | 323 | 21 | 77 | 0 | 21 | 434 | 74 | 71 |
| Binary | 10101111 | 1001110 | 11010011 | 10001 | 111111 | 0 | 10001 | 100011100 | 111100 | 111001 |
Color Harmonies of #AF4ED3
Complementary color
Monochromatic Colors of #AF4ED3
Black with #AF4ED3
Text Example
Text Example
White with #AF4ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4ED3; }
p { color: rgb(175,78,211); }
H1.HeaderClassName
{
color: #AF4ED3;
}
.AnyTagClassName
{
color: #AF4ED3;
}
</style>
background-color css
<style>
a { background-color: #AF4ED3; }
a { background-color: rgb(175,78,211); }
div.DivClassName
{
background-color: #AF4ED3;
}
.BgClassName
{
background-color: #AF4ED3;
}
</style>
border-color css
<style>
span { border-color: #AF4ED3; }
span { border-color: rgb(175,78,211); }
td.TdClassName
{
border-color: #AF4ED3;
}
.TagClassName
{
border-color: #AF4ED3;
}
</style>