Shades of Medium Purple #A068EC
Tints of Medium Purple #A068EC
RGB
CMYK
RGB Variations
Color information
#A068EC (or 0xA068EC) is known color: Medium Purple. HEX triplet: A0, 68 and EC. RGB value is (160,104,236). Sum of RGB (Red+Green+Blue) = 160+104+236=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 236 - color contains mainly: blue. Hex color #A068EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068EC is #5F9713. Grayscale: #878787. Windows color (decimal): -6264596 or 15493280. OLE color: 15493280.
HSL color Cylindrical-coordinate representation of color #A068EC: hue angle of 265.45º 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 #A068EC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 104 | 236 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.07 |
| HSL | 265.45º | 0.78% | 0.67% | - |
| HSV(B) | 265.45º | 0.56% | 0.93% | - |
| XYZ | 34.59 | 23.43 | 82.06 | - |
| YUV | 135.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 236 | 0.32 | 0.56 | 0 | 0.07 | 265.45 | 0.78 | 0.67 |
| Hex | A0 | 68 | EC | 20 | 38 | 0 | 7 | 109 | 4E | 43 |
| Octal | 240 | 150 | 354 | 40 | 70 | 0 | 7 | 411 | 116 | 103 |
| Binary | 10100000 | 1101000 | 11101100 | 100000 | 111000 | 0 | 111 | 100001001 | 1001110 | 1000011 |
Color Harmonies of #A068EC
Complementary color
Monochromatic Colors of #A068EC
Black with #A068EC
Text Example
Text Example
White with #A068EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068EC; }
p { color: rgb(160,104,236); }
H1.HeaderClassName
{
color: #A068EC;
}
.AnyTagClassName
{
color: #A068EC;
}
</style>
background-color css
<style>
a { background-color: #A068EC; }
a { background-color: rgb(160,104,236); }
div.DivClassName
{
background-color: #A068EC;
}
.BgClassName
{
background-color: #A068EC;
}
</style>
border-color css
<style>
span { border-color: #A068EC; }
span { border-color: rgb(160,104,236); }
td.TdClassName
{
border-color: #A068EC;
}
.TagClassName
{
border-color: #A068EC;
}
</style>