Shades of Medium Orchid #A64FF1
Tints of Medium Orchid #A64FF1
RGB
CMYK
RGB Variations
Color information
#A64FF1 (or 0xA64FF1) is known color: Medium Orchid. HEX triplet: A6, 4F and F1. RGB value is (166,79,241). Sum of RGB (Red+Green+Blue) = 166+79+241=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #A64FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A64FF1 is #59B00E. Grayscale: #7A7A7A. Windows color (decimal): -5877775 or 15814566. OLE color: 15814566.
HSL color Cylindrical-coordinate representation of color #A64FF1: hue angle of 272.22º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A64FF1 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 79 | 241 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.05 |
| HSL | 272.22º | 0.85% | 0.63% | - |
| HSV(B) | 272.22º | 0.67% | 0.95% | - |
| XYZ | 34.4 | 20.05 | 85.28 | - |
| YUV | 123.48 | 194.32 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 79 | 241 | 0.31 | 0.67 | 0 | 0.05 | 272.22 | 0.85 | 0.63 |
| Hex | A6 | 4F | F1 | 1F | 43 | 0 | 5 | 110 | 55 | 3F |
| Octal | 246 | 117 | 361 | 37 | 103 | 0 | 5 | 420 | 125 | 77 |
| Binary | 10100110 | 1001111 | 11110001 | 11111 | 1000011 | 0 | 101 | 100010000 | 1010101 | 111111 |
Color Harmonies of #A64FF1
Complementary color
Monochromatic Colors of #A64FF1
Black with #A64FF1
Text Example
Text Example
White with #A64FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64FF1; }
p { color: rgb(166,79,241); }
H1.HeaderClassName
{
color: #A64FF1;
}
.AnyTagClassName
{
color: #A64FF1;
}
</style>
background-color css
<style>
a { background-color: #A64FF1; }
a { background-color: rgb(166,79,241); }
div.DivClassName
{
background-color: #A64FF1;
}
.BgClassName
{
background-color: #A64FF1;
}
</style>
border-color css
<style>
span { border-color: #A64FF1; }
span { border-color: rgb(166,79,241); }
td.TdClassName
{
border-color: #A64FF1;
}
.TagClassName
{
border-color: #A64FF1;
}
</style>