Shades of Medium Purple #A169EC
Tints of Medium Purple #A169EC
RGB
CMYK
RGB Variations
Color information
#A169EC (or 0xA169EC) is known color: Medium Purple. HEX triplet: A1, 69 and EC. RGB value is (161,105,236). Sum of RGB (Red+Green+Blue) = 161+105+236=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #A169EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A169EC is #5E9613. Grayscale: #888888. Windows color (decimal): -6198804 or 15493537. OLE color: 15493537.
HSL color Cylindrical-coordinate representation of color #A169EC: hue angle of 265.65º 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 #A169EC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 105 | 236 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.07 |
| HSL | 265.65º | 0.78% | 0.67% | - |
| HSV(B) | 265.65º | 0.56% | 0.93% | - |
| XYZ | 34.89 | 23.74 | 82.1 | - |
| YUV | 136.68 | 184.05 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 236 | 0.32 | 0.56 | 0 | 0.07 | 265.65 | 0.78 | 0.67 |
| Hex | A1 | 69 | EC | 20 | 38 | 0 | 7 | 10A | 4E | 43 |
| Octal | 241 | 151 | 354 | 40 | 70 | 0 | 7 | 412 | 116 | 103 |
| Binary | 10100001 | 1101001 | 11101100 | 100000 | 111000 | 0 | 111 | 100001010 | 1001110 | 1000011 |
Color Harmonies of #A169EC
Complementary color
Monochromatic Colors of #A169EC
Black with #A169EC
Text Example
Text Example
White with #A169EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169EC; }
p { color: rgb(161,105,236); }
H1.HeaderClassName
{
color: #A169EC;
}
.AnyTagClassName
{
color: #A169EC;
}
</style>
background-color css
<style>
a { background-color: #A169EC; }
a { background-color: rgb(161,105,236); }
div.DivClassName
{
background-color: #A169EC;
}
.BgClassName
{
background-color: #A169EC;
}
</style>
border-color css
<style>
span { border-color: #A169EC; }
span { border-color: rgb(161,105,236); }
td.TdClassName
{
border-color: #A169EC;
}
.TagClassName
{
border-color: #A169EC;
}
</style>