Shades of Medium Orchid #A64DCE
Tints of Medium Orchid #A64DCE
RGB
CMYK
RGB Variations
Color information
#A64DCE (or 0xA64DCE) is known color: Medium Orchid. HEX triplet: A6, 4D and CE. RGB value is (166,77,206). Sum of RGB (Red+Green+Blue) = 166+77+206=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A64DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A64DCE is #59B231. Grayscale: #757575. Windows color (decimal): -5878322 or 13520294. OLE color: 13520294.
HSL color Cylindrical-coordinate representation of color #A64DCE: hue angle of 281.4º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A64DCE is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 77 | 206 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.19 |
| HSL | 281.4º | 0.57% | 0.55% | - |
| HSV(B) | 281.4º | 0.63% | 0.81% | - |
| XYZ | 29.52 | 17.87 | 60.29 | - |
| YUV | 118.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 77 | 206 | 0.19 | 0.63 | 0 | 0.19 | 281.4 | 0.57 | 0.55 |
| Hex | A6 | 4D | CE | 13 | 3F | 0 | 13 | 119 | 39 | 37 |
| Octal | 246 | 115 | 316 | 23 | 77 | 0 | 23 | 431 | 71 | 67 |
| Binary | 10100110 | 1001101 | 11001110 | 10011 | 111111 | 0 | 10011 | 100011001 | 111001 | 110111 |
Color Harmonies of #A64DCE
Complementary color
Monochromatic Colors of #A64DCE
Black with #A64DCE
Text Example
Text Example
White with #A64DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64DCE; }
p { color: rgb(166,77,206); }
H1.HeaderClassName
{
color: #A64DCE;
}
.AnyTagClassName
{
color: #A64DCE;
}
</style>
background-color css
<style>
a { background-color: #A64DCE; }
a { background-color: rgb(166,77,206); }
div.DivClassName
{
background-color: #A64DCE;
}
.BgClassName
{
background-color: #A64DCE;
}
</style>
border-color css
<style>
span { border-color: #A64DCE; }
span { border-color: rgb(166,77,206); }
td.TdClassName
{
border-color: #A64DCE;
}
.TagClassName
{
border-color: #A64DCE;
}
</style>