Shades of Medium Purple #A66AF7
Tints of Medium Purple #A66AF7
RGB
CMYK
RGB Variations
Color information
#A66AF7 (or 0xA66AF7) is known color: Medium Purple. HEX triplet: A6, 6A and F7. RGB value is (166,106,247). Sum of RGB (Red+Green+Blue) = 166+106+247=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 247 (96.88% from 255 or 47.59% from 519); Max value from RGB is 247 - color contains mainly: blue. Hex color #A66AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66AF7 is #599508. Grayscale: #8B8B8B. Windows color (decimal): -5870857 or 16214694. OLE color: 16214694.
HSL color Cylindrical-coordinate representation of color #A66AF7: hue angle of 265.53º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A66AF7 is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 106 | 247 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.03 |
| HSL | 265.53º | 0.9% | 0.69% | - |
| HSV(B) | 265.53º | 0.57% | 0.97% | - |
| XYZ | 37.67 | 25.13 | 90.86 | - |
| YUV | 140.01 | 188.38 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 247 | 0.33 | 0.57 | 0 | 0.03 | 265.53 | 0.9 | 0.69 |
| Hex | A6 | 6A | F7 | 21 | 39 | 0 | 3 | 10A | 5A | 45 |
| Octal | 246 | 152 | 367 | 41 | 71 | 0 | 3 | 412 | 132 | 105 |
| Binary | 10100110 | 1101010 | 11110111 | 100001 | 111001 | 0 | 11 | 100001010 | 1011010 | 1000101 |
Color Harmonies of #A66AF7
Complementary color
Monochromatic Colors of #A66AF7
Black with #A66AF7
Text Example
Text Example
White with #A66AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66AF7; }
p { color: rgb(166,106,247); }
H1.HeaderClassName
{
color: #A66AF7;
}
.AnyTagClassName
{
color: #A66AF7;
}
</style>
background-color css
<style>
a { background-color: #A66AF7; }
a { background-color: rgb(166,106,247); }
div.DivClassName
{
background-color: #A66AF7;
}
.BgClassName
{
background-color: #A66AF7;
}
</style>
border-color css
<style>
span { border-color: #A66AF7; }
span { border-color: rgb(166,106,247); }
td.TdClassName
{
border-color: #A66AF7;
}
.TagClassName
{
border-color: #A66AF7;
}
</style>