Shades of Medium Orchid #A64CE9
Tints of Medium Orchid #A64CE9
RGB
CMYK
RGB Variations
Color information
#A64CE9 (or 0xA64CE9) is known color: Medium Orchid. HEX triplet: A6, 4C and E9. RGB value is (166,76,233). Sum of RGB (Red+Green+Blue) = 166+76+233=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 76 (30.08% from 255 or 16% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #A64CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64CE9 is #59B316. Grayscale: #787878. Windows color (decimal): -5878551 or 15289510. OLE color: 15289510.
HSL color Cylindrical-coordinate representation of color #A64CE9: hue angle of 274.39º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64CE9 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 76 | 233 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.09 |
| HSL | 274.39º | 0.78% | 0.61% | - |
| HSV(B) | 274.39º | 0.67% | 0.91% | - |
| XYZ | 33.02 | 19.16 | 79.05 | - |
| YUV | 120.81 | 191.32 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 76 | 233 | 0.29 | 0.67 | 0 | 0.09 | 274.39 | 0.78 | 0.61 |
| Hex | A6 | 4C | E9 | 1D | 43 | 0 | 9 | 112 | 4E | 3D |
| Octal | 246 | 114 | 351 | 35 | 103 | 0 | 11 | 422 | 116 | 75 |
| Binary | 10100110 | 1001100 | 11101001 | 11101 | 1000011 | 0 | 1001 | 100010010 | 1001110 | 111101 |
Color Harmonies of #A64CE9
Complementary color
Monochromatic Colors of #A64CE9
Black with #A64CE9
Text Example
Text Example
White with #A64CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64CE9; }
p { color: rgb(166,76,233); }
H1.HeaderClassName
{
color: #A64CE9;
}
.AnyTagClassName
{
color: #A64CE9;
}
</style>
background-color css
<style>
a { background-color: #A64CE9; }
a { background-color: rgb(166,76,233); }
div.DivClassName
{
background-color: #A64CE9;
}
.BgClassName
{
background-color: #A64CE9;
}
</style>
border-color css
<style>
span { border-color: #A64CE9; }
span { border-color: rgb(166,76,233); }
td.TdClassName
{
border-color: #A64CE9;
}
.TagClassName
{
border-color: #A64CE9;
}
</style>