Shades of Medium Purple #A869EC
Tints of Medium Purple #A869EC
RGB
CMYK
RGB Variations
Color information
#A869EC (or 0xA869EC) is known color: Medium Purple. HEX triplet: A8, 69 and EC. RGB value is (168,105,236). Sum of RGB (Red+Green+Blue) = 168+105+236=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #A869EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869EC is #579613. Grayscale: #8A8A8A. Windows color (decimal): -5740052 or 15493544. OLE color: 15493544.
HSL color Cylindrical-coordinate representation of color #A869EC: hue angle of 268.85º 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 #A869EC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 105 | 236 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.07 |
| HSL | 268.85º | 0.78% | 0.67% | - |
| HSV(B) | 268.85º | 0.56% | 0.93% | - |
| XYZ | 36.34 | 24.48 | 82.17 | - |
| YUV | 138.77 | 182.87 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 236 | 0.29 | 0.56 | 0 | 0.07 | 268.85 | 0.78 | 0.67 |
| Hex | A8 | 69 | EC | 1D | 38 | 0 | 7 | 10D | 4E | 43 |
| Octal | 250 | 151 | 354 | 35 | 70 | 0 | 7 | 415 | 116 | 103 |
| Binary | 10101000 | 1101001 | 11101100 | 11101 | 111000 | 0 | 111 | 100001101 | 1001110 | 1000011 |
Color Harmonies of #A869EC
Complementary color
Monochromatic Colors of #A869EC
Black with #A869EC
Text Example
Text Example
White with #A869EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869EC; }
p { color: rgb(168,105,236); }
H1.HeaderClassName
{
color: #A869EC;
}
.AnyTagClassName
{
color: #A869EC;
}
</style>
background-color css
<style>
a { background-color: #A869EC; }
a { background-color: rgb(168,105,236); }
div.DivClassName
{
background-color: #A869EC;
}
.BgClassName
{
background-color: #A869EC;
}
</style>
border-color css
<style>
span { border-color: #A869EC; }
span { border-color: rgb(168,105,236); }
td.TdClassName
{
border-color: #A869EC;
}
.TagClassName
{
border-color: #A869EC;
}
</style>