Shades of Medium Purple #A06CE0
Tints of Medium Purple #A06CE0
RGB
CMYK
RGB Variations
Color information
#A06CE0 (or 0xA06CE0) is known color: Medium Purple. HEX triplet: A0, 6C and E0. RGB value is (160,108,224). Sum of RGB (Red+Green+Blue) = 160+108+224=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 224 - color contains mainly: blue. Hex color #A06CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A06CE0 is #5F931F. Grayscale: #888888. Windows color (decimal): -6263584 or 14707872. OLE color: 14707872.
HSL color Cylindrical-coordinate representation of color #A06CE0: hue angle of 266.9º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A06CE0 is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 108 | 224 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.12 |
| HSL | 266.9º | 0.65% | 0.65% | - |
| HSV(B) | 266.9º | 0.52% | 0.88% | - |
| XYZ | 33.31 | 23.58 | 73.32 | - |
| YUV | 136.77 | 177.23 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 224 | 0.29 | 0.52 | 0 | 0.12 | 266.9 | 0.65 | 0.65 |
| Hex | A0 | 6C | E0 | 1D | 34 | 0 | C | 10B | 41 | 41 |
| Octal | 240 | 154 | 340 | 35 | 64 | 0 | 14 | 413 | 101 | 101 |
| Binary | 10100000 | 1101100 | 11100000 | 11101 | 110100 | 0 | 1100 | 100001011 | 1000001 | 1000001 |
Color Harmonies of #A06CE0
Complementary color
Monochromatic Colors of #A06CE0
Black with #A06CE0
Text Example
Text Example
White with #A06CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CE0; }
p { color: rgb(160,108,224); }
H1.HeaderClassName
{
color: #A06CE0;
}
.AnyTagClassName
{
color: #A06CE0;
}
</style>
background-color css
<style>
a { background-color: #A06CE0; }
a { background-color: rgb(160,108,224); }
div.DivClassName
{
background-color: #A06CE0;
}
.BgClassName
{
background-color: #A06CE0;
}
</style>
border-color css
<style>
span { border-color: #A06CE0; }
span { border-color: rgb(160,108,224); }
td.TdClassName
{
border-color: #A06CE0;
}
.TagClassName
{
border-color: #A06CE0;
}
</style>