Shades of Medium Purple #A068E0
Tints of Medium Purple #A068E0
RGB
CMYK
RGB Variations
Color information
#A068E0 (or 0xA068E0) is known color: Medium Purple. HEX triplet: A0, 68 and E0. RGB value is (160,104,224). Sum of RGB (Red+Green+Blue) = 160+104+224=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #A068E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A068E0 is #5F971F. Grayscale: #868686. Windows color (decimal): -6264608 or 14706848. OLE color: 14706848.
HSL color Cylindrical-coordinate representation of color #A068E0: hue angle of 268º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A068E0 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 104 | 224 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.12 |
| HSL | 268º | 0.66% | 0.64% | - |
| HSV(B) | 268º | 0.54% | 0.88% | - |
| XYZ | 32.9 | 22.76 | 73.18 | - |
| YUV | 134.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 224 | 0.29 | 0.54 | 0 | 0.12 | 268 | 0.66 | 0.64 |
| Hex | A0 | 68 | E0 | 1D | 36 | 0 | C | 10C | 42 | 40 |
| Octal | 240 | 150 | 340 | 35 | 66 | 0 | 14 | 414 | 102 | 100 |
| Binary | 10100000 | 1101000 | 11100000 | 11101 | 110110 | 0 | 1100 | 100001100 | 1000010 | 1000000 |
Color Harmonies of #A068E0
Complementary color
Monochromatic Colors of #A068E0
Black with #A068E0
Text Example
Text Example
White with #A068E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068E0; }
p { color: rgb(160,104,224); }
H1.HeaderClassName
{
color: #A068E0;
}
.AnyTagClassName
{
color: #A068E0;
}
</style>
background-color css
<style>
a { background-color: #A068E0; }
a { background-color: rgb(160,104,224); }
div.DivClassName
{
background-color: #A068E0;
}
.BgClassName
{
background-color: #A068E0;
}
</style>
border-color css
<style>
span { border-color: #A068E0; }
span { border-color: rgb(160,104,224); }
td.TdClassName
{
border-color: #A068E0;
}
.TagClassName
{
border-color: #A068E0;
}
</style>