Shades of Medium Purple #A06CE9
Tints of Medium Purple #A06CE9
RGB
CMYK
RGB Variations
Color information
#A06CE9 (or 0xA06CE9) is known color: Medium Purple. HEX triplet: A0, 6C and E9. RGB value is (160,108,233). Sum of RGB (Red+Green+Blue) = 160+108+233=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #A06CE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CE9 is #5F9316. Grayscale: #898989. Windows color (decimal): -6263575 or 15297696. OLE color: 15297696.
HSL color Cylindrical-coordinate representation of color #A06CE9: hue angle of 264.96º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A06CE9 is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 108 | 233 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.09 |
| HSL | 264.96º | 0.74% | 0.67% | - |
| HSV(B) | 264.96º | 0.54% | 0.91% | - |
| XYZ | 34.57 | 24.08 | 79.92 | - |
| YUV | 137.8 | 181.73 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 233 | 0.31 | 0.54 | 0 | 0.09 | 264.96 | 0.74 | 0.67 |
| Hex | A0 | 6C | E9 | 1F | 36 | 0 | 9 | 109 | 4A | 43 |
| Octal | 240 | 154 | 351 | 37 | 66 | 0 | 11 | 411 | 112 | 103 |
| Binary | 10100000 | 1101100 | 11101001 | 11111 | 110110 | 0 | 1001 | 100001001 | 1001010 | 1000011 |
Color Harmonies of #A06CE9
Complementary color
Monochromatic Colors of #A06CE9
Black with #A06CE9
Text Example
Text Example
White with #A06CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CE9; }
p { color: rgb(160,108,233); }
H1.HeaderClassName
{
color: #A06CE9;
}
.AnyTagClassName
{
color: #A06CE9;
}
</style>
background-color css
<style>
a { background-color: #A06CE9; }
a { background-color: rgb(160,108,233); }
div.DivClassName
{
background-color: #A06CE9;
}
.BgClassName
{
background-color: #A06CE9;
}
</style>
border-color css
<style>
span { border-color: #A06CE9; }
span { border-color: rgb(160,108,233); }
td.TdClassName
{
border-color: #A06CE9;
}
.TagClassName
{
border-color: #A06CE9;
}
</style>