Shades of Medium Purple #A66AFE
Tints of Medium Purple #A66AFE
RGB
CMYK
RGB Variations
Color information
#A66AFE (or 0xA66AFE) is known color: Medium Purple. HEX triplet: A6, 6A and FE. RGB value is (166,106,254). Sum of RGB (Red+Green+Blue) = 166+106+254=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #A66AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A66AFE is #599501. Grayscale: #8C8C8C. Windows color (decimal): -5870850 or 16673446. OLE color: 16673446.
HSL color Cylindrical-coordinate representation of color #A66AFE: hue angle of 264.32º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A66AFE is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 106 | 254 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.00 |
| HSL | 264.32º | 0.99% | 0.71% | - |
| HSV(B) | 264.32º | 0.58% | 1% | - |
| XYZ | 38.77 | 25.57 | 96.66 | - |
| YUV | 140.81 | 191.88 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 106 | 254 | 0.35 | 0.58 | 0 | 0.00 | 264.32 | 0.99 | 0.71 |
| Hex | A6 | 6A | FE | 23 | 3A | 0 | 0 | 108 | 63 | 47 |
| Octal | 246 | 152 | 376 | 43 | 72 | 0 | 0 | 410 | 143 | 107 |
| Binary | 10100110 | 1101010 | 11111110 | 100011 | 111010 | 0 | 0 | 100001000 | 1100011 | 1000111 |
Color Harmonies of #A66AFE
Complementary color
Monochromatic Colors of #A66AFE
Black with #A66AFE
Text Example
Text Example
White with #A66AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A66AFE; }
p { color: rgb(166,106,254); }
H1.HeaderClassName
{
color: #A66AFE;
}
.AnyTagClassName
{
color: #A66AFE;
}
</style>
background-color css
<style>
a { background-color: #A66AFE; }
a { background-color: rgb(166,106,254); }
div.DivClassName
{
background-color: #A66AFE;
}
.BgClassName
{
background-color: #A66AFE;
}
</style>
border-color css
<style>
span { border-color: #A66AFE; }
span { border-color: rgb(166,106,254); }
td.TdClassName
{
border-color: #A66AFE;
}
.TagClassName
{
border-color: #A66AFE;
}
</style>