Shades of Medium Purple #A06AE0
Tints of Medium Purple #A06AE0
RGB
CMYK
RGB Variations
Color information
#A06AE0 (or 0xA06AE0) is known color: Medium Purple. HEX triplet: A0, 6A and E0. RGB value is (160,106,224). Sum of RGB (Red+Green+Blue) = 160+106+224=490 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.65% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 224 - color contains mainly: blue. Hex color #A06AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06AE0 is #5F951F. Grayscale: #878787. Windows color (decimal): -6264096 or 14707360. OLE color: 14707360.
HSL color Cylindrical-coordinate representation of color #A06AE0: hue angle of 267.46º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A06AE0 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 106 | 224 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.12 |
| HSL | 267.46º | 0.66% | 0.65% | - |
| HSV(B) | 267.46º | 0.53% | 0.88% | - |
| XYZ | 33.11 | 23.16 | 73.25 | - |
| YUV | 135.6 | 177.89 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 106 | 224 | 0.29 | 0.53 | 0 | 0.12 | 267.46 | 0.66 | 0.65 |
| Hex | A0 | 6A | E0 | 1D | 35 | 0 | C | 10B | 42 | 41 |
| Octal | 240 | 152 | 340 | 35 | 65 | 0 | 14 | 413 | 102 | 101 |
| Binary | 10100000 | 1101010 | 11100000 | 11101 | 110101 | 0 | 1100 | 100001011 | 1000010 | 1000001 |
Color Harmonies of #A06AE0
Complementary color
Monochromatic Colors of #A06AE0
Black with #A06AE0
Text Example
Text Example
White with #A06AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06AE0; }
p { color: rgb(160,106,224); }
H1.HeaderClassName
{
color: #A06AE0;
}
.AnyTagClassName
{
color: #A06AE0;
}
</style>
background-color css
<style>
a { background-color: #A06AE0; }
a { background-color: rgb(160,106,224); }
div.DivClassName
{
background-color: #A06AE0;
}
.BgClassName
{
background-color: #A06AE0;
}
</style>
border-color css
<style>
span { border-color: #A06AE0; }
span { border-color: rgb(160,106,224); }
td.TdClassName
{
border-color: #A06AE0;
}
.TagClassName
{
border-color: #A06AE0;
}
</style>