Shades of Medium Orchid #A64EF8
Tints of Medium Orchid #A64EF8
RGB
CMYK
RGB Variations
Color information
#A64EF8 (or 0xA64EF8) is known color: Medium Orchid. HEX triplet: A6, 4E and F8. RGB value is (166,78,248). Sum of RGB (Red+Green+Blue) = 166+78+248=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #A64EF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64EF8 is #59B107. Grayscale: #7B7B7B. Windows color (decimal): -5878024 or 16273062. OLE color: 16273062.
HSL color Cylindrical-coordinate representation of color #A64EF8: hue angle of 271.06º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64EF8 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 78 | 248 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.03 |
| HSL | 271.06º | 0.92% | 0.64% | - |
| HSV(B) | 271.06º | 0.69% | 0.97% | - |
| XYZ | 35.39 | 20.33 | 90.87 | - |
| YUV | 123.69 | 198.15 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 78 | 248 | 0.33 | 0.69 | 0 | 0.03 | 271.06 | 0.92 | 0.64 |
| Hex | A6 | 4E | F8 | 21 | 45 | 0 | 3 | 10F | 5C | 40 |
| Octal | 246 | 116 | 370 | 41 | 105 | 0 | 3 | 417 | 134 | 100 |
| Binary | 10100110 | 1001110 | 11111000 | 100001 | 1000101 | 0 | 11 | 100001111 | 1011100 | 1000000 |
Color Harmonies of #A64EF8
Complementary color
Monochromatic Colors of #A64EF8
Black with #A64EF8
Text Example
Text Example
White with #A64EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64EF8; }
p { color: rgb(166,78,248); }
H1.HeaderClassName
{
color: #A64EF8;
}
.AnyTagClassName
{
color: #A64EF8;
}
</style>
background-color css
<style>
a { background-color: #A64EF8; }
a { background-color: rgb(166,78,248); }
div.DivClassName
{
background-color: #A64EF8;
}
.BgClassName
{
background-color: #A64EF8;
}
</style>
border-color css
<style>
span { border-color: #A64EF8; }
span { border-color: rgb(166,78,248); }
td.TdClassName
{
border-color: #A64EF8;
}
.TagClassName
{
border-color: #A64EF8;
}
</style>