Shades of Medium Orchid #A64EEE
Tints of Medium Orchid #A64EEE
RGB
CMYK
RGB Variations
Color information
#A64EEE (or 0xA64EEE) is known color: Medium Orchid. HEX triplet: A6, 4E and EE. RGB value is (166,78,238). Sum of RGB (Red+Green+Blue) = 166+78+238=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #A64EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EEE is #59B111. Grayscale: #7A7A7A. Windows color (decimal): -5878034 or 15617702. OLE color: 15617702.
HSL color Cylindrical-coordinate representation of color #A64EEE: hue angle of 273º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64EEE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 78 | 238 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.07 |
| HSL | 273º | 0.82% | 0.62% | - |
| HSV(B) | 273º | 0.67% | 0.93% | - |
| XYZ | 33.88 | 19.73 | 82.91 | - |
| YUV | 122.55 | 193.15 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 238 | 0.30 | 0.67 | 0 | 0.07 | 273 | 0.82 | 0.62 |
| Hex | A6 | 4E | EE | 1E | 43 | 0 | 7 | 111 | 52 | 3E |
| Octal | 246 | 116 | 356 | 36 | 103 | 0 | 7 | 421 | 122 | 76 |
| Binary | 10100110 | 1001110 | 11101110 | 11110 | 1000011 | 0 | 111 | 100010001 | 1010010 | 111110 |
Color Harmonies of #A64EEE
Complementary color
Monochromatic Colors of #A64EEE
Black with #A64EEE
Text Example
Text Example
White with #A64EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EEE; }
p { color: rgb(166,78,238); }
H1.HeaderClassName
{
color: #A64EEE;
}
.AnyTagClassName
{
color: #A64EEE;
}
</style>
background-color css
<style>
a { background-color: #A64EEE; }
a { background-color: rgb(166,78,238); }
div.DivClassName
{
background-color: #A64EEE;
}
.BgClassName
{
background-color: #A64EEE;
}
</style>
border-color css
<style>
span { border-color: #A64EEE; }
span { border-color: rgb(166,78,238); }
td.TdClassName
{
border-color: #A64EEE;
}
.TagClassName
{
border-color: #A64EEE;
}
</style>