Shades of Medium Purple #A06AED
Tints of Medium Purple #A06AED
RGB
CMYK
RGB Variations
Color information
#A06AED (or 0xA06AED) is known color: Medium Purple. HEX triplet: A0, 6A and ED. RGB value is (160,106,237). Sum of RGB (Red+Green+Blue) = 160+106+237=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 106 (41.80% from 255 or 21.07% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #A06AED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06AED is #5F9512. Grayscale: #888888. Windows color (decimal): -6264083 or 15559328. OLE color: 15559328.
HSL color Cylindrical-coordinate representation of color #A06AED: hue angle of 264.73º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A06AED is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 106 | 237 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.07 |
| HSL | 264.73º | 0.78% | 0.67% | - |
| HSV(B) | 264.73º | 0.55% | 0.93% | - |
| XYZ | 34.94 | 23.9 | 82.89 | - |
| YUV | 137.08 | 184.39 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 237 | 0.32 | 0.55 | 0 | 0.07 | 264.73 | 0.78 | 0.67 |
| Hex | A0 | 6A | ED | 20 | 37 | 0 | 7 | 109 | 4E | 43 |
| Octal | 240 | 152 | 355 | 40 | 67 | 0 | 7 | 411 | 116 | 103 |
| Binary | 10100000 | 1101010 | 11101101 | 100000 | 110111 | 0 | 111 | 100001001 | 1001110 | 1000011 |
Color Harmonies of #A06AED
Complementary color
Monochromatic Colors of #A06AED
Black with #A06AED
Text Example
Text Example
White with #A06AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AED; }
p { color: rgb(160,106,237); }
H1.HeaderClassName
{
color: #A06AED;
}
.AnyTagClassName
{
color: #A06AED;
}
</style>
background-color css
<style>
a { background-color: #A06AED; }
a { background-color: rgb(160,106,237); }
div.DivClassName
{
background-color: #A06AED;
}
.BgClassName
{
background-color: #A06AED;
}
</style>
border-color css
<style>
span { border-color: #A06AED; }
span { border-color: rgb(160,106,237); }
td.TdClassName
{
border-color: #A06AED;
}
.TagClassName
{
border-color: #A06AED;
}
</style>