Shades of Medium Orchid #AF62EC
Tints of Medium Orchid #AF62EC
RGB
CMYK
RGB Variations
Color information
#AF62EC (or 0xAF62EC) is known color: Medium Orchid. HEX triplet: AF, 62 and EC. RGB value is (175,98,236). Sum of RGB (Red+Green+Blue) = 175+98+236=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 98 (38.67% from 255 or 19.25% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF62EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF62EC is #509D13. Grayscale: #888888. Windows color (decimal): -5283092 or 15491759. OLE color: 15491759.
HSL color Cylindrical-coordinate representation of color #AF62EC: hue angle of 273.48º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF62EC is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 98 | 236 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.07 |
| HSL | 273.48º | 0.78% | 0.65% | - |
| HSV(B) | 273.48º | 0.58% | 0.93% | - |
| XYZ | 37.19 | 23.91 | 82.01 | - |
| YUV | 136.76 | 184.01 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 236 | 0.26 | 0.58 | 0 | 0.07 | 273.48 | 0.78 | 0.65 |
| Hex | AF | 62 | EC | 1A | 3A | 0 | 7 | 111 | 4E | 41 |
| Octal | 257 | 142 | 354 | 32 | 72 | 0 | 7 | 421 | 116 | 101 |
| Binary | 10101111 | 1100010 | 11101100 | 11010 | 111010 | 0 | 111 | 100010001 | 1001110 | 1000001 |
Color Harmonies of #AF62EC
Complementary color
Monochromatic Colors of #AF62EC
Black with #AF62EC
Text Example
Text Example
White with #AF62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62EC; }
p { color: rgb(175,98,236); }
H1.HeaderClassName
{
color: #AF62EC;
}
.AnyTagClassName
{
color: #AF62EC;
}
</style>
background-color css
<style>
a { background-color: #AF62EC; }
a { background-color: rgb(175,98,236); }
div.DivClassName
{
background-color: #AF62EC;
}
.BgClassName
{
background-color: #AF62EC;
}
</style>
border-color css
<style>
span { border-color: #AF62EC; }
span { border-color: rgb(175,98,236); }
td.TdClassName
{
border-color: #AF62EC;
}
.TagClassName
{
border-color: #AF62EC;
}
</style>