Shades of Medium Purple #A068EF
Tints of Medium Purple #A068EF
RGB
CMYK
RGB Variations
Color information
#A068EF (or 0xA068EF) is known color: Medium Purple. HEX triplet: A0, 68 and EF. RGB value is (160,104,239). Sum of RGB (Red+Green+Blue) = 160+104+239=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #A068EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068EF is #5F9710. Grayscale: #878787. Windows color (decimal): -6264593 or 15689888. OLE color: 15689888.
HSL color Cylindrical-coordinate representation of color #A068EF: hue angle of 264.89º 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 #A068EF is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 104 | 239 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.06 |
| HSL | 264.89º | 0.81% | 0.67% | - |
| HSV(B) | 264.89º | 0.56% | 0.94% | - |
| XYZ | 35.03 | 23.61 | 84.37 | - |
| YUV | 136.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 239 | 0.33 | 0.56 | 0 | 0.06 | 264.89 | 0.81 | 0.67 |
| Hex | A0 | 68 | EF | 21 | 38 | 0 | 6 | 109 | 51 | 43 |
| Octal | 240 | 150 | 357 | 41 | 70 | 0 | 6 | 411 | 121 | 103 |
| Binary | 10100000 | 1101000 | 11101111 | 100001 | 111000 | 0 | 110 | 100001001 | 1010001 | 1000011 |
Color Harmonies of #A068EF
Complementary color
Monochromatic Colors of #A068EF
Black with #A068EF
Text Example
Text Example
White with #A068EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068EF; }
p { color: rgb(160,104,239); }
H1.HeaderClassName
{
color: #A068EF;
}
.AnyTagClassName
{
color: #A068EF;
}
</style>
background-color css
<style>
a { background-color: #A068EF; }
a { background-color: rgb(160,104,239); }
div.DivClassName
{
background-color: #A068EF;
}
.BgClassName
{
background-color: #A068EF;
}
</style>
border-color css
<style>
span { border-color: #A068EF; }
span { border-color: rgb(160,104,239); }
td.TdClassName
{
border-color: #A068EF;
}
.TagClassName
{
border-color: #A068EF;
}
</style>