Shades of Medium Purple #A669EC
Tints of Medium Purple #A669EC
RGB
CMYK
RGB Variations
Color information
#A669EC (or 0xA669EC) is known color: Medium Purple. HEX triplet: A6, 69 and EC. RGB value is (166,105,236). Sum of RGB (Red+Green+Blue) = 166+105+236=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 105 (41.41% from 255 or 20.71% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #A669EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A669EC is #599613. Grayscale: #898989. Windows color (decimal): -5871124 or 15493542. OLE color: 15493542.
HSL color Cylindrical-coordinate representation of color #A669EC: hue angle of 267.94º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A669EC is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 105 | 236 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.07 |
| HSL | 267.94º | 0.78% | 0.67% | - |
| HSV(B) | 267.94º | 0.56% | 0.93% | - |
| XYZ | 35.92 | 24.27 | 82.15 | - |
| YUV | 138.17 | 183.21 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 236 | 0.30 | 0.56 | 0 | 0.07 | 267.94 | 0.78 | 0.67 |
| Hex | A6 | 69 | EC | 1E | 38 | 0 | 7 | 10C | 4E | 43 |
| Octal | 246 | 151 | 354 | 36 | 70 | 0 | 7 | 414 | 116 | 103 |
| Binary | 10100110 | 1101001 | 11101100 | 11110 | 111000 | 0 | 111 | 100001100 | 1001110 | 1000011 |
Color Harmonies of #A669EC
Complementary color
Monochromatic Colors of #A669EC
Black with #A669EC
Text Example
Text Example
White with #A669EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669EC; }
p { color: rgb(166,105,236); }
H1.HeaderClassName
{
color: #A669EC;
}
.AnyTagClassName
{
color: #A669EC;
}
</style>
background-color css
<style>
a { background-color: #A669EC; }
a { background-color: rgb(166,105,236); }
div.DivClassName
{
background-color: #A669EC;
}
.BgClassName
{
background-color: #A669EC;
}
</style>
border-color css
<style>
span { border-color: #A669EC; }
span { border-color: rgb(166,105,236); }
td.TdClassName
{
border-color: #A669EC;
}
.TagClassName
{
border-color: #A669EC;
}
</style>