Shades of Medium Purple #A06CEC
Tints of Medium Purple #A06CEC
RGB
CMYK
RGB Variations
Color information
#A06CEC (or 0xA06CEC) is known color: Medium Purple. HEX triplet: A0, 6C and EC. RGB value is (160,108,236). Sum of RGB (Red+Green+Blue) = 160+108+236=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 108 (42.58% from 255 or 21.43% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #A06CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CEC is #5F9313. Grayscale: #898989. Windows color (decimal): -6263572 or 15494304. OLE color: 15494304.
HSL color Cylindrical-coordinate representation of color #A06CEC: hue angle of 264.38º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A06CEC is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 108 | 236 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.07 |
| HSL | 264.38º | 0.77% | 0.67% | - |
| HSV(B) | 264.38º | 0.54% | 0.93% | - |
| XYZ | 35 | 24.25 | 82.19 | - |
| YUV | 138.14 | 183.23 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 236 | 0.32 | 0.54 | 0 | 0.07 | 264.38 | 0.77 | 0.67 |
| Hex | A0 | 6C | EC | 20 | 36 | 0 | 7 | 108 | 4D | 43 |
| Octal | 240 | 154 | 354 | 40 | 66 | 0 | 7 | 410 | 115 | 103 |
| Binary | 10100000 | 1101100 | 11101100 | 100000 | 110110 | 0 | 111 | 100001000 | 1001101 | 1000011 |
Color Harmonies of #A06CEC
Complementary color
Monochromatic Colors of #A06CEC
Black with #A06CEC
Text Example
Text Example
White with #A06CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CEC; }
p { color: rgb(160,108,236); }
H1.HeaderClassName
{
color: #A06CEC;
}
.AnyTagClassName
{
color: #A06CEC;
}
</style>
background-color css
<style>
a { background-color: #A06CEC; }
a { background-color: rgb(160,108,236); }
div.DivClassName
{
background-color: #A06CEC;
}
.BgClassName
{
background-color: #A06CEC;
}
</style>
border-color css
<style>
span { border-color: #A06CEC; }
span { border-color: rgb(160,108,236); }
td.TdClassName
{
border-color: #A06CEC;
}
.TagClassName
{
border-color: #A06CEC;
}
</style>