Shades of Medium Orchid #A64AF1
Tints of Medium Orchid #A64AF1
RGB
CMYK
RGB Variations
Color information
#A64AF1 (or 0xA64AF1) is known color: Medium Orchid. HEX triplet: A6, 4A and F1. RGB value is (166,74,241). Sum of RGB (Red+Green+Blue) = 166+74+241=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 74 (29.30% from 255 or 15.38% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #A64AF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A64AF1 is #59B50E. Grayscale: #777777. Windows color (decimal): -5879055 or 15813286. OLE color: 15813286.
HSL color Cylindrical-coordinate representation of color #A64AF1: hue angle of 273.05º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A64AF1 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 74 | 241 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.05 |
| HSL | 273.05º | 0.86% | 0.62% | - |
| HSV(B) | 273.05º | 0.69% | 0.95% | - |
| XYZ | 34.05 | 19.36 | 85.16 | - |
| YUV | 120.55 | 195.98 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 74 | 241 | 0.31 | 0.69 | 0 | 0.05 | 273.05 | 0.86 | 0.62 |
| Hex | A6 | 4A | F1 | 1F | 45 | 0 | 5 | 111 | 56 | 3E |
| Octal | 246 | 112 | 361 | 37 | 105 | 0 | 5 | 421 | 126 | 76 |
| Binary | 10100110 | 1001010 | 11110001 | 11111 | 1000101 | 0 | 101 | 100010001 | 1010110 | 111110 |
Color Harmonies of #A64AF1
Complementary color
Monochromatic Colors of #A64AF1
Black with #A64AF1
Text Example
Text Example
White with #A64AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64AF1; }
p { color: rgb(166,74,241); }
H1.HeaderClassName
{
color: #A64AF1;
}
.AnyTagClassName
{
color: #A64AF1;
}
</style>
background-color css
<style>
a { background-color: #A64AF1; }
a { background-color: rgb(166,74,241); }
div.DivClassName
{
background-color: #A64AF1;
}
.BgClassName
{
background-color: #A64AF1;
}
</style>
border-color css
<style>
span { border-color: #A64AF1; }
span { border-color: rgb(166,74,241); }
td.TdClassName
{
border-color: #A64AF1;
}
.TagClassName
{
border-color: #A64AF1;
}
</style>