Shades of Medium Purple #A666EA
Tints of Medium Purple #A666EA
RGB
CMYK
RGB Variations
Color information
#A666EA (or 0xA666EA) is known color: Medium Purple. HEX triplet: A6, 66 and EA. RGB value is (166,102,234). Sum of RGB (Red+Green+Blue) = 166+102+234=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #A666EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A666EA is #599915. Grayscale: #878787. Windows color (decimal): -5871894 or 15361702. OLE color: 15361702.
HSL color Cylindrical-coordinate representation of color #A666EA: hue angle of 269.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A666EA is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 102 | 234 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.08 |
| HSL | 269.09º | 0.76% | 0.66% | - |
| HSV(B) | 269.09º | 0.56% | 0.92% | - |
| XYZ | 35.33 | 23.55 | 80.53 | - |
| YUV | 136.18 | 183.2 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 102 | 234 | 0.29 | 0.56 | 0 | 0.08 | 269.09 | 0.76 | 0.66 |
| Hex | A6 | 66 | EA | 1D | 38 | 0 | 8 | 10D | 4C | 42 |
| Octal | 246 | 146 | 352 | 35 | 70 | 0 | 10 | 415 | 114 | 102 |
| Binary | 10100110 | 1100110 | 11101010 | 11101 | 111000 | 0 | 1000 | 100001101 | 1001100 | 1000010 |
Color Harmonies of #A666EA
Complementary color
Monochromatic Colors of #A666EA
Black with #A666EA
Text Example
Text Example
White with #A666EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A666EA; }
p { color: rgb(166,102,234); }
H1.HeaderClassName
{
color: #A666EA;
}
.AnyTagClassName
{
color: #A666EA;
}
</style>
background-color css
<style>
a { background-color: #A666EA; }
a { background-color: rgb(166,102,234); }
div.DivClassName
{
background-color: #A666EA;
}
.BgClassName
{
background-color: #A666EA;
}
</style>
border-color css
<style>
span { border-color: #A666EA; }
span { border-color: rgb(166,102,234); }
td.TdClassName
{
border-color: #A666EA;
}
.TagClassName
{
border-color: #A666EA;
}
</style>