Shades of Medium Purple #A66AF1
Tints of Medium Purple #A66AF1
RGB
CMYK
RGB Variations
Color information
#A66AF1 (or 0xA66AF1) is known color: Medium Purple. HEX triplet: A6, 6A and F1. RGB value is (166,106,241). Sum of RGB (Red+Green+Blue) = 166+106+241=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #A66AF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66AF1 is #59950E. Grayscale: #8A8A8A. Windows color (decimal): -5870863 or 15821478. OLE color: 15821478.
HSL color Cylindrical-coordinate representation of color #A66AF1: hue angle of 266.67º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A66AF1 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 106 | 241 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.05 |
| HSL | 266.67º | 0.83% | 0.68% | - |
| HSV(B) | 266.67º | 0.56% | 0.95% | - |
| XYZ | 36.76 | 24.77 | 86.06 | - |
| YUV | 139.33 | 185.38 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 241 | 0.31 | 0.56 | 0 | 0.05 | 266.67 | 0.83 | 0.68 |
| Hex | A6 | 6A | F1 | 1F | 38 | 0 | 5 | 10B | 53 | 44 |
| Octal | 246 | 152 | 361 | 37 | 70 | 0 | 5 | 413 | 123 | 104 |
| Binary | 10100110 | 1101010 | 11110001 | 11111 | 111000 | 0 | 101 | 100001011 | 1010011 | 1000100 |
Color Harmonies of #A66AF1
Complementary color
Monochromatic Colors of #A66AF1
Black with #A66AF1
Text Example
Text Example
White with #A66AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66AF1; }
p { color: rgb(166,106,241); }
H1.HeaderClassName
{
color: #A66AF1;
}
.AnyTagClassName
{
color: #A66AF1;
}
</style>
background-color css
<style>
a { background-color: #A66AF1; }
a { background-color: rgb(166,106,241); }
div.DivClassName
{
background-color: #A66AF1;
}
.BgClassName
{
background-color: #A66AF1;
}
</style>
border-color css
<style>
span { border-color: #A66AF1; }
span { border-color: rgb(166,106,241); }
td.TdClassName
{
border-color: #A66AF1;
}
.TagClassName
{
border-color: #A66AF1;
}
</style>