Shades of Medium Purple #A666EE
Tints of Medium Purple #A666EE
RGB
CMYK
RGB Variations
Color information
#A666EE (or 0xA666EE) is known color: Medium Purple. HEX triplet: A6, 66 and EE. RGB value is (166,102,238). Sum of RGB (Red+Green+Blue) = 166+102+238=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #A666EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A666EE is #599911. Grayscale: #888888. Windows color (decimal): -5871890 or 15623846. OLE color: 15623846.
HSL color Cylindrical-coordinate representation of color #A666EE: hue angle of 268.24º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A666EE is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 102 | 238 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.07 |
| HSL | 268.24º | 0.8% | 0.67% | - |
| HSV(B) | 268.24º | 0.57% | 0.93% | - |
| XYZ | 35.91 | 23.78 | 83.59 | - |
| YUV | 136.64 | 185.2 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 238 | 0.30 | 0.57 | 0 | 0.07 | 268.24 | 0.8 | 0.67 |
| Hex | A6 | 66 | EE | 1E | 39 | 0 | 7 | 10C | 50 | 43 |
| Octal | 246 | 146 | 356 | 36 | 71 | 0 | 7 | 414 | 120 | 103 |
| Binary | 10100110 | 1100110 | 11101110 | 11110 | 111001 | 0 | 111 | 100001100 | 1010000 | 1000011 |
Color Harmonies of #A666EE
Complementary color
Monochromatic Colors of #A666EE
Black with #A666EE
Text Example
Text Example
White with #A666EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666EE; }
p { color: rgb(166,102,238); }
H1.HeaderClassName
{
color: #A666EE;
}
.AnyTagClassName
{
color: #A666EE;
}
</style>
background-color css
<style>
a { background-color: #A666EE; }
a { background-color: rgb(166,102,238); }
div.DivClassName
{
background-color: #A666EE;
}
.BgClassName
{
background-color: #A666EE;
}
</style>
border-color css
<style>
span { border-color: #A666EE; }
span { border-color: rgb(166,102,238); }
td.TdClassName
{
border-color: #A666EE;
}
.TagClassName
{
border-color: #A666EE;
}
</style>