Shades of Medium Orchid #A653EC
Tints of Medium Orchid #A653EC
RGB
CMYK
RGB Variations
Color information
#A653EC (or 0xA653EC) is known color: Medium Orchid. HEX triplet: A6, 53 and EC. RGB value is (166,83,236). Sum of RGB (Red+Green+Blue) = 166+83+236=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #A653EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A653EC is #59AC13. Grayscale: #7C7C7C. Windows color (decimal): -5876756 or 15487910. OLE color: 15487910.
HSL color Cylindrical-coordinate representation of color #A653EC: hue angle of 272.55º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A653EC is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 83 | 236 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.07 |
| HSL | 272.55º | 0.8% | 0.63% | - |
| HSV(B) | 272.55º | 0.65% | 0.93% | - |
| XYZ | 33.96 | 20.35 | 81.49 | - |
| YUV | 125.26 | 190.5 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 236 | 0.30 | 0.65 | 0 | 0.07 | 272.55 | 0.8 | 0.63 |
| Hex | A6 | 53 | EC | 1E | 41 | 0 | 7 | 111 | 50 | 3F |
| Octal | 246 | 123 | 354 | 36 | 101 | 0 | 7 | 421 | 120 | 77 |
| Binary | 10100110 | 1010011 | 11101100 | 11110 | 1000001 | 0 | 111 | 100010001 | 1010000 | 111111 |
Color Harmonies of #A653EC
Complementary color
Monochromatic Colors of #A653EC
Black with #A653EC
Text Example
Text Example
White with #A653EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A653EC; }
p { color: rgb(166,83,236); }
H1.HeaderClassName
{
color: #A653EC;
}
.AnyTagClassName
{
color: #A653EC;
}
</style>
background-color css
<style>
a { background-color: #A653EC; }
a { background-color: rgb(166,83,236); }
div.DivClassName
{
background-color: #A653EC;
}
.BgClassName
{
background-color: #A653EC;
}
</style>
border-color css
<style>
span { border-color: #A653EC; }
span { border-color: rgb(166,83,236); }
td.TdClassName
{
border-color: #A653EC;
}
.TagClassName
{
border-color: #A653EC;
}
</style>