Shades of Medium Purple #A669E4
Tints of Medium Purple #A669E4
RGB
CMYK
RGB Variations
Color information
#A669E4 (or 0xA669E4) is known color: Medium Purple. HEX triplet: A6, 69 and E4. RGB value is (166,105,228). Sum of RGB (Red+Green+Blue) = 166+105+228=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 228 (89.45% from 255 or 45.69% from 499); Max value from RGB is 228 - color contains mainly: blue. Hex color #A669E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A669E4 is #59961B. Grayscale: #888888. Windows color (decimal): -5871132 or 14969254. OLE color: 14969254.
HSL color Cylindrical-coordinate representation of color #A669E4: hue angle of 269.76º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A669E4 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 105 | 228 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.11 |
| HSL | 269.76º | 0.69% | 0.65% | - |
| HSV(B) | 269.76º | 0.54% | 0.89% | - |
| XYZ | 34.78 | 23.81 | 76.16 | - |
| YUV | 137.26 | 179.21 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 105 | 228 | 0.27 | 0.54 | 0 | 0.11 | 269.76 | 0.69 | 0.65 |
| Hex | A6 | 69 | E4 | 1B | 36 | 0 | B | 10E | 45 | 41 |
| Octal | 246 | 151 | 344 | 33 | 66 | 0 | 13 | 416 | 105 | 101 |
| Binary | 10100110 | 1101001 | 11100100 | 11011 | 110110 | 0 | 1011 | 100001110 | 1000101 | 1000001 |
Color Harmonies of #A669E4
Complementary color
Monochromatic Colors of #A669E4
Black with #A669E4
Text Example
Text Example
White with #A669E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A669E4; }
p { color: rgb(166,105,228); }
H1.HeaderClassName
{
color: #A669E4;
}
.AnyTagClassName
{
color: #A669E4;
}
</style>
background-color css
<style>
a { background-color: #A669E4; }
a { background-color: rgb(166,105,228); }
div.DivClassName
{
background-color: #A669E4;
}
.BgClassName
{
background-color: #A669E4;
}
</style>
border-color css
<style>
span { border-color: #A669E4; }
span { border-color: rgb(166,105,228); }
td.TdClassName
{
border-color: #A669E4;
}
.TagClassName
{
border-color: #A669E4;
}
</style>