Shades of Medium Purple #A06CE6
Tints of Medium Purple #A06CE6
RGB
CMYK
RGB Variations
Color information
#A06CE6 (or 0xA06CE6) is known color: Medium Purple. HEX triplet: A0, 6C and E6. RGB value is (160,108,230). Sum of RGB (Red+Green+Blue) = 160+108+230=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 230 (90.23% from 255 or 46.18% from 498); Max value from RGB is 230 - color contains mainly: blue. Hex color #A06CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CE6 is #5F9319. Grayscale: #898989. Windows color (decimal): -6263578 or 15101088. OLE color: 15101088.
HSL color Cylindrical-coordinate representation of color #A06CE6: hue angle of 265.57º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A06CE6 is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 108 | 230 | - |
| CMYK | 0.30 | 0.53 | 0 | 0.10 |
| HSL | 265.57º | 0.71% | 0.66% | - |
| HSV(B) | 265.57º | 0.53% | 0.9% | - |
| XYZ | 34.14 | 23.91 | 77.68 | - |
| YUV | 137.46 | 180.23 | 144.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 230 | 0.30 | 0.53 | 0 | 0.10 | 265.57 | 0.71 | 0.66 |
| Hex | A0 | 6C | E6 | 1E | 35 | 0 | A | 10A | 47 | 42 |
| Octal | 240 | 154 | 346 | 36 | 65 | 0 | 12 | 412 | 107 | 102 |
| Binary | 10100000 | 1101100 | 11100110 | 11110 | 110101 | 0 | 1010 | 100001010 | 1000111 | 1000010 |
Color Harmonies of #A06CE6
Complementary color
Monochromatic Colors of #A06CE6
Black with #A06CE6
Text Example
Text Example
White with #A06CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CE6; }
p { color: rgb(160,108,230); }
H1.HeaderClassName
{
color: #A06CE6;
}
.AnyTagClassName
{
color: #A06CE6;
}
</style>
background-color css
<style>
a { background-color: #A06CE6; }
a { background-color: rgb(160,108,230); }
div.DivClassName
{
background-color: #A06CE6;
}
.BgClassName
{
background-color: #A06CE6;
}
</style>
border-color css
<style>
span { border-color: #A06CE6; }
span { border-color: rgb(160,108,230); }
td.TdClassName
{
border-color: #A06CE6;
}
.TagClassName
{
border-color: #A06CE6;
}
</style>