Shades of Medium Purple #A869E5
Tints of Medium Purple #A869E5
RGB
CMYK
RGB Variations
Color information
#A869E5 (or 0xA869E5) is known color: Medium Purple. HEX triplet: A8, 69 and E5. RGB value is (168,105,229). Sum of RGB (Red+Green+Blue) = 168+105+229=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 229 (89.84% from 255 or 45.62% from 502); Max value from RGB is 229 - color contains mainly: blue. Hex color #A869E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A869E5 is #57961A. Grayscale: #898989. Windows color (decimal): -5740059 or 15034792. OLE color: 15034792.
HSL color Cylindrical-coordinate representation of color #A869E5: hue angle of 270.48º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A869E5 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 105 | 229 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.10 |
| HSL | 270.48º | 0.7% | 0.65% | - |
| HSV(B) | 270.48º | 0.54% | 0.9% | - |
| XYZ | 35.34 | 24.09 | 76.91 | - |
| YUV | 137.97 | 179.37 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 229 | 0.27 | 0.54 | 0 | 0.10 | 270.48 | 0.7 | 0.65 |
| Hex | A8 | 69 | E5 | 1B | 36 | 0 | A | 10E | 46 | 41 |
| Octal | 250 | 151 | 345 | 33 | 66 | 0 | 12 | 416 | 106 | 101 |
| Binary | 10101000 | 1101001 | 11100101 | 11011 | 110110 | 0 | 1010 | 100001110 | 1000110 | 1000001 |
Color Harmonies of #A869E5
Complementary color
Monochromatic Colors of #A869E5
Black with #A869E5
Text Example
Text Example
White with #A869E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869E5; }
p { color: rgb(168,105,229); }
H1.HeaderClassName
{
color: #A869E5;
}
.AnyTagClassName
{
color: #A869E5;
}
</style>
background-color css
<style>
a { background-color: #A869E5; }
a { background-color: rgb(168,105,229); }
div.DivClassName
{
background-color: #A869E5;
}
.BgClassName
{
background-color: #A869E5;
}
</style>
border-color css
<style>
span { border-color: #A869E5; }
span { border-color: rgb(168,105,229); }
td.TdClassName
{
border-color: #A869E5;
}
.TagClassName
{
border-color: #A869E5;
}
</style>