Shades of Medium Purple #A868E5
Tints of Medium Purple #A868E5
RGB
CMYK
RGB Variations
Color information
#A868E5 (or 0xA868E5) is known color: Medium Purple. HEX triplet: A8, 68 and E5. RGB value is (168,104,229). Sum of RGB (Red+Green+Blue) = 168+104+229=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #A868E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A868E5 is #57971A. Grayscale: #888888. Windows color (decimal): -5740315 or 15034536. OLE color: 15034536.
HSL color Cylindrical-coordinate representation of color #A868E5: hue angle of 270.72º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A868E5 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 104 | 229 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.10 |
| HSL | 270.72º | 0.71% | 0.65% | - |
| HSV(B) | 270.72º | 0.55% | 0.9% | - |
| XYZ | 35.24 | 23.88 | 76.88 | - |
| YUV | 137.39 | 179.7 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 229 | 0.27 | 0.55 | 0 | 0.10 | 270.72 | 0.71 | 0.65 |
| Hex | A8 | 68 | E5 | 1B | 37 | 0 | A | 10F | 47 | 41 |
| Octal | 250 | 150 | 345 | 33 | 67 | 0 | 12 | 417 | 107 | 101 |
| Binary | 10101000 | 1101000 | 11100101 | 11011 | 110111 | 0 | 1010 | 100001111 | 1000111 | 1000001 |
Color Harmonies of #A868E5
Complementary color
Monochromatic Colors of #A868E5
Black with #A868E5
Text Example
Text Example
White with #A868E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868E5; }
p { color: rgb(168,104,229); }
H1.HeaderClassName
{
color: #A868E5;
}
.AnyTagClassName
{
color: #A868E5;
}
</style>
background-color css
<style>
a { background-color: #A868E5; }
a { background-color: rgb(168,104,229); }
div.DivClassName
{
background-color: #A868E5;
}
.BgClassName
{
background-color: #A868E5;
}
</style>
border-color css
<style>
span { border-color: #A868E5; }
span { border-color: rgb(168,104,229); }
td.TdClassName
{
border-color: #A868E5;
}
.TagClassName
{
border-color: #A868E5;
}
</style>