Shades of Medium Purple #A06FEB
Tints of Medium Purple #A06FEB
RGB
CMYK
RGB Variations
Color information
#A06FEB (or 0xA06FEB) is known color: Medium Purple. HEX triplet: A0, 6F and EB. RGB value is (160,111,235). Sum of RGB (Red+Green+Blue) = 160+111+235=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 111 (43.75% from 255 or 21.94% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 235 - color contains mainly: blue. Hex color #A06FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FEB is #5F9014. Grayscale: #8B8B8B. Windows color (decimal): -6262805 or 15429536. OLE color: 15429536.
HSL color Cylindrical-coordinate representation of color #A06FEB: hue angle of 263.71º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A06FEB is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 111 | 235 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.08 |
| HSL | 263.71º | 0.76% | 0.68% | - |
| HSV(B) | 263.71º | 0.53% | 0.92% | - |
| XYZ | 35.18 | 24.84 | 81.54 | - |
| YUV | 139.79 | 181.73 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 235 | 0.32 | 0.53 | 0 | 0.08 | 263.71 | 0.76 | 0.68 |
| Hex | A0 | 6F | EB | 20 | 35 | 0 | 8 | 108 | 4C | 44 |
| Octal | 240 | 157 | 353 | 40 | 65 | 0 | 10 | 410 | 114 | 104 |
| Binary | 10100000 | 1101111 | 11101011 | 100000 | 110101 | 0 | 1000 | 100001000 | 1001100 | 1000100 |
Color Harmonies of #A06FEB
Complementary color
Monochromatic Colors of #A06FEB
Black with #A06FEB
Text Example
Text Example
White with #A06FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FEB; }
p { color: rgb(160,111,235); }
H1.HeaderClassName
{
color: #A06FEB;
}
.AnyTagClassName
{
color: #A06FEB;
}
</style>
background-color css
<style>
a { background-color: #A06FEB; }
a { background-color: rgb(160,111,235); }
div.DivClassName
{
background-color: #A06FEB;
}
.BgClassName
{
background-color: #A06FEB;
}
</style>
border-color css
<style>
span { border-color: #A06FEB; }
span { border-color: rgb(160,111,235); }
td.TdClassName
{
border-color: #A06FEB;
}
.TagClassName
{
border-color: #A06FEB;
}
</style>