Shades of Medium Orchid #A64BDD
Tints of Medium Orchid #A64BDD
RGB
CMYK
RGB Variations
Color information
#A64BDD (or 0xA64BDD) is known color: Medium Orchid. HEX triplet: A6, 4B and DD. RGB value is (166,75,221). Sum of RGB (Red+Green+Blue) = 166+75+221=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 75 (29.69% from 255 or 16.23% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #A64BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64BDD is #59B422. Grayscale: #767676. Windows color (decimal): -5878819 or 14502822. OLE color: 14502822.
HSL color Cylindrical-coordinate representation of color #A64BDD: hue angle of 277.4º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64BDD is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 75 | 221 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.13 |
| HSL | 277.4º | 0.68% | 0.58% | - |
| HSV(B) | 277.4º | 0.66% | 0.87% | - |
| XYZ | 31.29 | 18.36 | 70.3 | - |
| YUV | 118.85 | 185.65 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 75 | 221 | 0.25 | 0.66 | 0 | 0.13 | 277.4 | 0.68 | 0.58 |
| Hex | A6 | 4B | DD | 19 | 42 | 0 | D | 115 | 44 | 3A |
| Octal | 246 | 113 | 335 | 31 | 102 | 0 | 15 | 425 | 104 | 72 |
| Binary | 10100110 | 1001011 | 11011101 | 11001 | 1000010 | 0 | 1101 | 100010101 | 1000100 | 111010 |
Color Harmonies of #A64BDD
Complementary color
Monochromatic Colors of #A64BDD
Black with #A64BDD
Text Example
Text Example
White with #A64BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64BDD; }
p { color: rgb(166,75,221); }
H1.HeaderClassName
{
color: #A64BDD;
}
.AnyTagClassName
{
color: #A64BDD;
}
</style>
background-color css
<style>
a { background-color: #A64BDD; }
a { background-color: rgb(166,75,221); }
div.DivClassName
{
background-color: #A64BDD;
}
.BgClassName
{
background-color: #A64BDD;
}
</style>
border-color css
<style>
span { border-color: #A64BDD; }
span { border-color: rgb(166,75,221); }
td.TdClassName
{
border-color: #A64BDD;
}
.TagClassName
{
border-color: #A64BDD;
}
</style>