Shades of Medium Purple #A868EF
Tints of Medium Purple #A868EF
RGB
CMYK
RGB Variations
Color information
#A868EF (or 0xA868EF) is known color: Medium Purple. HEX triplet: A8, 68 and EF. RGB value is (168,104,239). Sum of RGB (Red+Green+Blue) = 168+104+239=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #A868EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868EF is #579710. Grayscale: #8A8A8A. Windows color (decimal): -5740305 or 15689896. OLE color: 15689896.
HSL color Cylindrical-coordinate representation of color #A868EF: hue angle of 268.44º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A868EF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 104 | 239 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.06 |
| HSL | 268.44º | 0.81% | 0.67% | - |
| HSV(B) | 268.44º | 0.56% | 0.94% | - |
| XYZ | 36.68 | 24.46 | 84.45 | - |
| YUV | 138.53 | 184.7 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 239 | 0.30 | 0.56 | 0 | 0.06 | 268.44 | 0.81 | 0.67 |
| Hex | A8 | 68 | EF | 1E | 38 | 0 | 6 | 10C | 51 | 43 |
| Octal | 250 | 150 | 357 | 36 | 70 | 0 | 6 | 414 | 121 | 103 |
| Binary | 10101000 | 1101000 | 11101111 | 11110 | 111000 | 0 | 110 | 100001100 | 1010001 | 1000011 |
Color Harmonies of #A868EF
Complementary color
Monochromatic Colors of #A868EF
Black with #A868EF
Text Example
Text Example
White with #A868EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868EF; }
p { color: rgb(168,104,239); }
H1.HeaderClassName
{
color: #A868EF;
}
.AnyTagClassName
{
color: #A868EF;
}
</style>
background-color css
<style>
a { background-color: #A868EF; }
a { background-color: rgb(168,104,239); }
div.DivClassName
{
background-color: #A868EF;
}
.BgClassName
{
background-color: #A868EF;
}
</style>
border-color css
<style>
span { border-color: #A868EF; }
span { border-color: rgb(168,104,239); }
td.TdClassName
{
border-color: #A868EF;
}
.TagClassName
{
border-color: #A868EF;
}
</style>