Shades of Medium Orchid #A64ADD
Tints of Medium Orchid #A64ADD
RGB
CMYK
RGB Variations
Color information
#A64ADD (or 0xA64ADD) is known color: Medium Orchid. HEX triplet: A6, 4A and DD. RGB value is (166,74,221). Sum of RGB (Red+Green+Blue) = 166+74+221=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 74 (29.30% from 255 or 16.05% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #A64ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64ADD is #59B522. Grayscale: #757575. Windows color (decimal): -5879075 or 14502566. OLE color: 14502566.
HSL color Cylindrical-coordinate representation of color #A64ADD: hue angle of 277.55º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64ADD is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 74 | 221 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.13 |
| HSL | 277.55º | 0.68% | 0.58% | - |
| HSV(B) | 277.55º | 0.67% | 0.87% | - |
| XYZ | 31.23 | 18.23 | 70.28 | - |
| YUV | 118.27 | 185.98 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 221 | 0.25 | 0.67 | 0 | 0.13 | 277.55 | 0.68 | 0.58 |
| Hex | A6 | 4A | DD | 19 | 43 | 0 | D | 116 | 44 | 3A |
| Octal | 246 | 112 | 335 | 31 | 103 | 0 | 15 | 426 | 104 | 72 |
| Binary | 10100110 | 1001010 | 11011101 | 11001 | 1000011 | 0 | 1101 | 100010110 | 1000100 | 111010 |
Color Harmonies of #A64ADD
Complementary color
Monochromatic Colors of #A64ADD
Black with #A64ADD
Text Example
Text Example
White with #A64ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64ADD; }
p { color: rgb(166,74,221); }
H1.HeaderClassName
{
color: #A64ADD;
}
.AnyTagClassName
{
color: #A64ADD;
}
</style>
background-color css
<style>
a { background-color: #A64ADD; }
a { background-color: rgb(166,74,221); }
div.DivClassName
{
background-color: #A64ADD;
}
.BgClassName
{
background-color: #A64ADD;
}
</style>
border-color css
<style>
span { border-color: #A64ADD; }
span { border-color: rgb(166,74,221); }
td.TdClassName
{
border-color: #A64ADD;
}
.TagClassName
{
border-color: #A64ADD;
}
</style>