Shades of Medium Orchid #A651EC
Tints of Medium Orchid #A651EC
RGB
CMYK
RGB Variations
Color information
#A651EC (or 0xA651EC) is known color: Medium Orchid. HEX triplet: A6, 51 and EC. RGB value is (166,81,236). Sum of RGB (Red+Green+Blue) = 166+81+236=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #A651EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A651EC is #59AE13. Grayscale: #7B7B7B. Windows color (decimal): -5877268 or 15487398. OLE color: 15487398.
HSL color Cylindrical-coordinate representation of color #A651EC: hue angle of 272.9º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A651EC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 81 | 236 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.07 |
| HSL | 272.9º | 0.8% | 0.62% | - |
| HSV(B) | 272.9º | 0.66% | 0.93% | - |
| XYZ | 33.81 | 20.05 | 81.44 | - |
| YUV | 124.09 | 191.16 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 81 | 236 | 0.30 | 0.66 | 0 | 0.07 | 272.9 | 0.8 | 0.62 |
| Hex | A6 | 51 | EC | 1E | 42 | 0 | 7 | 111 | 50 | 3E |
| Octal | 246 | 121 | 354 | 36 | 102 | 0 | 7 | 421 | 120 | 76 |
| Binary | 10100110 | 1010001 | 11101100 | 11110 | 1000010 | 0 | 111 | 100010001 | 1010000 | 111110 |
Color Harmonies of #A651EC
Complementary color
Monochromatic Colors of #A651EC
Black with #A651EC
Text Example
Text Example
White with #A651EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A651EC; }
p { color: rgb(166,81,236); }
H1.HeaderClassName
{
color: #A651EC;
}
.AnyTagClassName
{
color: #A651EC;
}
</style>
background-color css
<style>
a { background-color: #A651EC; }
a { background-color: rgb(166,81,236); }
div.DivClassName
{
background-color: #A651EC;
}
.BgClassName
{
background-color: #A651EC;
}
</style>
border-color css
<style>
span { border-color: #A651EC; }
span { border-color: rgb(166,81,236); }
td.TdClassName
{
border-color: #A651EC;
}
.TagClassName
{
border-color: #A651EC;
}
</style>