Shades of Medium Purple #A068FA
Tints of Medium Purple #A068FA
RGB
CMYK
RGB Variations
Color information
#A068FA (or 0xA068FA) is known color: Medium Purple. HEX triplet: A0, 68 and FA. RGB value is (160,104,250). Sum of RGB (Red+Green+Blue) = 160+104+250=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 250 (98.05% from 255 or 48.64% from 514); Max value from RGB is 250 - color contains mainly: blue. Hex color #A068FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068FA is #5F9705. Grayscale: #888888. Windows color (decimal): -6264582 or 16410784. OLE color: 16410784.
HSL color Cylindrical-coordinate representation of color #A068FA: hue angle of 263.01º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A068FA is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 104 | 250 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.02 |
| HSL | 263.01º | 0.94% | 0.69% | - |
| HSV(B) | 263.01º | 0.58% | 0.98% | - |
| XYZ | 36.7 | 24.28 | 93.19 | - |
| YUV | 137.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 250 | 0.36 | 0.58 | 0 | 0.02 | 263.01 | 0.94 | 0.69 |
| Hex | A0 | 68 | FA | 24 | 3A | 0 | 2 | 107 | 5E | 45 |
| Octal | 240 | 150 | 372 | 44 | 72 | 0 | 2 | 407 | 136 | 105 |
| Binary | 10100000 | 1101000 | 11111010 | 100100 | 111010 | 0 | 10 | 100000111 | 1011110 | 1000101 |
Color Harmonies of #A068FA
Complementary color
Monochromatic Colors of #A068FA
Black with #A068FA
Text Example
Text Example
White with #A068FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068FA; }
p { color: rgb(160,104,250); }
H1.HeaderClassName
{
color: #A068FA;
}
.AnyTagClassName
{
color: #A068FA;
}
</style>
background-color css
<style>
a { background-color: #A068FA; }
a { background-color: rgb(160,104,250); }
div.DivClassName
{
background-color: #A068FA;
}
.BgClassName
{
background-color: #A068FA;
}
</style>
border-color css
<style>
span { border-color: #A068FA; }
span { border-color: rgb(160,104,250); }
td.TdClassName
{
border-color: #A068FA;
}
.TagClassName
{
border-color: #A068FA;
}
</style>