Shades of Medium Orchid #A64AD8
Tints of Medium Orchid #A64AD8
RGB
CMYK
RGB Variations
Color information
#A64AD8 (or 0xA64AD8) is known color: Medium Orchid. HEX triplet: A6, 4A and D8. RGB value is (166,74,216). Sum of RGB (Red+Green+Blue) = 166+74+216=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 74 (29.30% from 255 or 16.23% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #A64AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A64AD8 is #59B527. Grayscale: #757575. Windows color (decimal): -5879080 or 14174886. OLE color: 14174886.
HSL color Cylindrical-coordinate representation of color #A64AD8: hue angle of 278.87º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A64AD8 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 74 | 216 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.15 |
| HSL | 278.87º | 0.65% | 0.57% | - |
| HSV(B) | 278.87º | 0.66% | 0.85% | - |
| XYZ | 30.57 | 17.96 | 66.82 | - |
| YUV | 117.7 | 183.48 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 216 | 0.23 | 0.66 | 0 | 0.15 | 278.87 | 0.65 | 0.57 |
| Hex | A6 | 4A | D8 | 17 | 42 | 0 | F | 117 | 41 | 39 |
| Octal | 246 | 112 | 330 | 27 | 102 | 0 | 17 | 427 | 101 | 71 |
| Binary | 10100110 | 1001010 | 11011000 | 10111 | 1000010 | 0 | 1111 | 100010111 | 1000001 | 111001 |
Color Harmonies of #A64AD8
Complementary color
Monochromatic Colors of #A64AD8
Black with #A64AD8
Text Example
Text Example
White with #A64AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AD8; }
p { color: rgb(166,74,216); }
H1.HeaderClassName
{
color: #A64AD8;
}
.AnyTagClassName
{
color: #A64AD8;
}
</style>
background-color css
<style>
a { background-color: #A64AD8; }
a { background-color: rgb(166,74,216); }
div.DivClassName
{
background-color: #A64AD8;
}
.BgClassName
{
background-color: #A64AD8;
}
</style>
border-color css
<style>
span { border-color: #A64AD8; }
span { border-color: rgb(166,74,216); }
td.TdClassName
{
border-color: #A64AD8;
}
.TagClassName
{
border-color: #A64AD8;
}
</style>