Shades of Medium Purple #A068F1
Tints of Medium Purple #A068F1
RGB
CMYK
RGB Variations
Color information
#A068F1 (or 0xA068F1) is known color: Medium Purple. HEX triplet: A0, 68 and F1. RGB value is (160,104,241). Sum of RGB (Red+Green+Blue) = 160+104+241=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #A068F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068F1 is #5F970E. Grayscale: #878787. Windows color (decimal): -6264591 or 15820960. OLE color: 15820960.
HSL color Cylindrical-coordinate representation of color #A068F1: hue angle of 264.53º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A068F1 is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 104 | 241 | - |
| CMYK | 0.34 | 0.57 | 0 | 0.05 |
| HSL | 264.53º | 0.83% | 0.68% | - |
| HSV(B) | 264.53º | 0.57% | 0.95% | - |
| XYZ | 35.32 | 23.73 | 85.94 | - |
| YUV | 136.36 | 187.05 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 241 | 0.34 | 0.57 | 0 | 0.05 | 264.53 | 0.83 | 0.68 |
| Hex | A0 | 68 | F1 | 22 | 39 | 0 | 5 | 109 | 53 | 44 |
| Octal | 240 | 150 | 361 | 42 | 71 | 0 | 5 | 411 | 123 | 104 |
| Binary | 10100000 | 1101000 | 11110001 | 100010 | 111001 | 0 | 101 | 100001001 | 1010011 | 1000100 |
Color Harmonies of #A068F1
Complementary color
Monochromatic Colors of #A068F1
Black with #A068F1
Text Example
Text Example
White with #A068F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068F1; }
p { color: rgb(160,104,241); }
H1.HeaderClassName
{
color: #A068F1;
}
.AnyTagClassName
{
color: #A068F1;
}
</style>
background-color css
<style>
a { background-color: #A068F1; }
a { background-color: rgb(160,104,241); }
div.DivClassName
{
background-color: #A068F1;
}
.BgClassName
{
background-color: #A068F1;
}
</style>
border-color css
<style>
span { border-color: #A068F1; }
span { border-color: rgb(160,104,241); }
td.TdClassName
{
border-color: #A068F1;
}
.TagClassName
{
border-color: #A068F1;
}
</style>