Shades of Medium Purple #A06BEA
Tints of Medium Purple #A06BEA
RGB
CMYK
RGB Variations
Color information
#A06BEA (or 0xA06BEA) is known color: Medium Purple. HEX triplet: A0, 6B and EA. RGB value is (160,107,234). Sum of RGB (Red+Green+Blue) = 160+107+234=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #A06BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BEA is #5F9415. Grayscale: #888888. Windows color (decimal): -6263830 or 15362976. OLE color: 15362976.
HSL color Cylindrical-coordinate representation of color #A06BEA: hue angle of 265.04º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A06BEA is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 107 | 234 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.08 |
| HSL | 265.04º | 0.75% | 0.67% | - |
| HSV(B) | 265.04º | 0.54% | 0.92% | - |
| XYZ | 34.61 | 23.93 | 80.64 | - |
| YUV | 137.33 | 182.56 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 234 | 0.32 | 0.54 | 0 | 0.08 | 265.04 | 0.75 | 0.67 |
| Hex | A0 | 6B | EA | 20 | 36 | 0 | 8 | 109 | 4B | 43 |
| Octal | 240 | 153 | 352 | 40 | 66 | 0 | 10 | 411 | 113 | 103 |
| Binary | 10100000 | 1101011 | 11101010 | 100000 | 110110 | 0 | 1000 | 100001001 | 1001011 | 1000011 |
Color Harmonies of #A06BEA
Complementary color
Monochromatic Colors of #A06BEA
Black with #A06BEA
Text Example
Text Example
White with #A06BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06BEA; }
p { color: rgb(160,107,234); }
H1.HeaderClassName
{
color: #A06BEA;
}
.AnyTagClassName
{
color: #A06BEA;
}
</style>
background-color css
<style>
a { background-color: #A06BEA; }
a { background-color: rgb(160,107,234); }
div.DivClassName
{
background-color: #A06BEA;
}
.BgClassName
{
background-color: #A06BEA;
}
</style>
border-color css
<style>
span { border-color: #A06BEA; }
span { border-color: rgb(160,107,234); }
td.TdClassName
{
border-color: #A06BEA;
}
.TagClassName
{
border-color: #A06BEA;
}
</style>