Shades of Medium Orchid #AF65EC
Tints of Medium Orchid #AF65EC
RGB
CMYK
RGB Variations
Color information
#AF65EC (or 0xAF65EC) is known color: Medium Orchid. HEX triplet: AF, 65 and EC. RGB value is (175,101,236). Sum of RGB (Red+Green+Blue) = 175+101+236=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF65EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF65EC is #509A13. Grayscale: #8A8A8A. Windows color (decimal): -5282324 or 15492527. OLE color: 15492527.
HSL color Cylindrical-coordinate representation of color #AF65EC: hue angle of 272.89º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF65EC is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 101 | 236 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.07 |
| HSL | 272.89º | 0.78% | 0.66% | - |
| HSV(B) | 272.89º | 0.57% | 0.93% | - |
| XYZ | 37.47 | 24.48 | 82.11 | - |
| YUV | 138.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 236 | 0.26 | 0.57 | 0 | 0.07 | 272.89 | 0.78 | 0.66 |
| Hex | AF | 65 | EC | 1A | 39 | 0 | 7 | 111 | 4E | 42 |
| Octal | 257 | 145 | 354 | 32 | 71 | 0 | 7 | 421 | 116 | 102 |
| Binary | 10101111 | 1100101 | 11101100 | 11010 | 111001 | 0 | 111 | 100010001 | 1001110 | 1000010 |
Color Harmonies of #AF65EC
Complementary color
Monochromatic Colors of #AF65EC
Black with #AF65EC
Text Example
Text Example
White with #AF65EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF65EC; }
p { color: rgb(175,101,236); }
H1.HeaderClassName
{
color: #AF65EC;
}
.AnyTagClassName
{
color: #AF65EC;
}
</style>
background-color css
<style>
a { background-color: #AF65EC; }
a { background-color: rgb(175,101,236); }
div.DivClassName
{
background-color: #AF65EC;
}
.BgClassName
{
background-color: #AF65EC;
}
</style>
border-color css
<style>
span { border-color: #AF65EC; }
span { border-color: rgb(175,101,236); }
td.TdClassName
{
border-color: #AF65EC;
}
.TagClassName
{
border-color: #AF65EC;
}
</style>