Shades of Medium Purple #A068FB
Tints of Medium Purple #A068FB
RGB
CMYK
RGB Variations
Color information
#A068FB (or 0xA068FB) is known color: Medium Purple. HEX triplet: A0, 68 and FB. RGB value is (160,104,251). Sum of RGB (Red+Green+Blue) = 160+104+251=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 104 (41.02% from 255 or 20.19% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #A068FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068FB is #5F9704. Grayscale: #888888. Windows color (decimal): -6264581 or 16476320. OLE color: 16476320.
HSL color Cylindrical-coordinate representation of color #A068FB: hue angle of 262.86º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A068FB is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 104 | 251 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.02 |
| HSL | 262.86º | 0.95% | 0.7% | - |
| HSV(B) | 262.86º | 0.59% | 0.98% | - |
| XYZ | 36.86 | 24.34 | 94.02 | - |
| YUV | 137.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 251 | 0.36 | 0.59 | 0 | 0.02 | 262.86 | 0.95 | 0.7 |
| Hex | A0 | 68 | FB | 24 | 3B | 0 | 2 | 107 | 5F | 46 |
| Octal | 240 | 150 | 373 | 44 | 73 | 0 | 2 | 407 | 137 | 106 |
| Binary | 10100000 | 1101000 | 11111011 | 100100 | 111011 | 0 | 10 | 100000111 | 1011111 | 1000110 |
Color Harmonies of #A068FB
Complementary color
Monochromatic Colors of #A068FB
Black with #A068FB
Text Example
Text Example
White with #A068FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068FB; }
p { color: rgb(160,104,251); }
H1.HeaderClassName
{
color: #A068FB;
}
.AnyTagClassName
{
color: #A068FB;
}
</style>
background-color css
<style>
a { background-color: #A068FB; }
a { background-color: rgb(160,104,251); }
div.DivClassName
{
background-color: #A068FB;
}
.BgClassName
{
background-color: #A068FB;
}
</style>
border-color css
<style>
span { border-color: #A068FB; }
span { border-color: rgb(160,104,251); }
td.TdClassName
{
border-color: #A068FB;
}
.TagClassName
{
border-color: #A068FB;
}
</style>