Shades of Medium Purple #A06AEA
Tints of Medium Purple #A06AEA
RGB
CMYK
RGB Variations
Color information
#A06AEA (or 0xA06AEA) is known color: Medium Purple. HEX triplet: A0, 6A and EA. RGB value is (160,106,234). Sum of RGB (Red+Green+Blue) = 160+106+234=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #A06AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06AEA is #5F9515. Grayscale: #888888. Windows color (decimal): -6264086 or 15362720. OLE color: 15362720.
HSL color Cylindrical-coordinate representation of color #A06AEA: hue angle of 265.31º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A06AEA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 106 | 234 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.08 |
| HSL | 265.31º | 0.75% | 0.67% | - |
| HSV(B) | 265.31º | 0.55% | 0.92% | - |
| XYZ | 34.5 | 23.72 | 80.6 | - |
| YUV | 136.74 | 182.89 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 234 | 0.32 | 0.55 | 0 | 0.08 | 265.31 | 0.75 | 0.67 |
| Hex | A0 | 6A | EA | 20 | 37 | 0 | 8 | 109 | 4B | 43 |
| Octal | 240 | 152 | 352 | 40 | 67 | 0 | 10 | 411 | 113 | 103 |
| Binary | 10100000 | 1101010 | 11101010 | 100000 | 110111 | 0 | 1000 | 100001001 | 1001011 | 1000011 |
Color Harmonies of #A06AEA
Complementary color
Monochromatic Colors of #A06AEA
Black with #A06AEA
Text Example
Text Example
White with #A06AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AEA; }
p { color: rgb(160,106,234); }
H1.HeaderClassName
{
color: #A06AEA;
}
.AnyTagClassName
{
color: #A06AEA;
}
</style>
background-color css
<style>
a { background-color: #A06AEA; }
a { background-color: rgb(160,106,234); }
div.DivClassName
{
background-color: #A06AEA;
}
.BgClassName
{
background-color: #A06AEA;
}
</style>
border-color css
<style>
span { border-color: #A06AEA; }
span { border-color: rgb(160,106,234); }
td.TdClassName
{
border-color: #A06AEA;
}
.TagClassName
{
border-color: #A06AEA;
}
</style>