Shades of Medium Purple #A06EEB
Tints of Medium Purple #A06EEB
RGB
CMYK
RGB Variations
Color information
#A06EEB (or 0xA06EEB) is known color: Medium Purple. HEX triplet: A0, 6E and EB. RGB value is (160,110,235). Sum of RGB (Red+Green+Blue) = 160+110+235=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 235 (92.19% from 255 or 46.53% from 505); Max value from RGB is 235 - color contains mainly: blue. Hex color #A06EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06EEB is #5F9114. Grayscale: #8A8A8A. Windows color (decimal): -6263061 or 15429280. OLE color: 15429280.
HSL color Cylindrical-coordinate representation of color #A06EEB: hue angle of 264º 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 #A06EEB is Cyan = 0.32, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 110 | 235 | - |
| CMYK | 0.32 | 0.53 | 0 | 0.08 |
| HSL | 264º | 0.76% | 0.68% | - |
| HSV(B) | 264º | 0.53% | 0.92% | - |
| XYZ | 35.07 | 24.62 | 81.5 | - |
| YUV | 139.2 | 182.07 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 235 | 0.32 | 0.53 | 0 | 0.08 | 264 | 0.76 | 0.68 |
| Hex | A0 | 6E | EB | 20 | 35 | 0 | 8 | 108 | 4C | 44 |
| Octal | 240 | 156 | 353 | 40 | 65 | 0 | 10 | 410 | 114 | 104 |
| Binary | 10100000 | 1101110 | 11101011 | 100000 | 110101 | 0 | 1000 | 100001000 | 1001100 | 1000100 |
Color Harmonies of #A06EEB
Complementary color
Monochromatic Colors of #A06EEB
Black with #A06EEB
Text Example
Text Example
White with #A06EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EEB; }
p { color: rgb(160,110,235); }
H1.HeaderClassName
{
color: #A06EEB;
}
.AnyTagClassName
{
color: #A06EEB;
}
</style>
background-color css
<style>
a { background-color: #A06EEB; }
a { background-color: rgb(160,110,235); }
div.DivClassName
{
background-color: #A06EEB;
}
.BgClassName
{
background-color: #A06EEB;
}
</style>
border-color css
<style>
span { border-color: #A06EEB; }
span { border-color: rgb(160,110,235); }
td.TdClassName
{
border-color: #A06EEB;
}
.TagClassName
{
border-color: #A06EEB;
}
</style>