Shades of Medium Purple #A669E6
Tints of Medium Purple #A669E6
RGB
CMYK
RGB Variations
Color information
#A669E6 (or 0xA669E6) is known color: Medium Purple. HEX triplet: A6, 69 and E6. RGB value is (166,105,230). Sum of RGB (Red+Green+Blue) = 166+105+230=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 230 (90.23% from 255 or 45.91% from 501); Max value from RGB is 230 - color contains mainly: blue. Hex color #A669E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A669E6 is #599619. Grayscale: #898989. Windows color (decimal): -5871130 or 15100326. OLE color: 15100326.
HSL color Cylindrical-coordinate representation of color #A669E6: hue angle of 269.28º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A669E6 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 105 | 230 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.10 |
| HSL | 269.28º | 0.71% | 0.66% | - |
| HSV(B) | 269.28º | 0.54% | 0.9% | - |
| XYZ | 35.06 | 23.92 | 77.63 | - |
| YUV | 137.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 230 | 0.28 | 0.54 | 0 | 0.10 | 269.28 | 0.71 | 0.66 |
| Hex | A6 | 69 | E6 | 1C | 36 | 0 | A | 10D | 47 | 42 |
| Octal | 246 | 151 | 346 | 34 | 66 | 0 | 12 | 415 | 107 | 102 |
| Binary | 10100110 | 1101001 | 11100110 | 11100 | 110110 | 0 | 1010 | 100001101 | 1000111 | 1000010 |
Color Harmonies of #A669E6
Complementary color
Monochromatic Colors of #A669E6
Black with #A669E6
Text Example
Text Example
White with #A669E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669E6; }
p { color: rgb(166,105,230); }
H1.HeaderClassName
{
color: #A669E6;
}
.AnyTagClassName
{
color: #A669E6;
}
</style>
background-color css
<style>
a { background-color: #A669E6; }
a { background-color: rgb(166,105,230); }
div.DivClassName
{
background-color: #A669E6;
}
.BgClassName
{
background-color: #A669E6;
}
</style>
border-color css
<style>
span { border-color: #A669E6; }
span { border-color: rgb(166,105,230); }
td.TdClassName
{
border-color: #A669E6;
}
.TagClassName
{
border-color: #A669E6;
}
</style>