Shades of Medium Purple #A168EC
Tints of Medium Purple #A168EC
RGB
CMYK
RGB Variations
Color information
#A168EC (or 0xA168EC) is known color: Medium Purple. HEX triplet: A1, 68 and EC. RGB value is (161,104,236). Sum of RGB (Red+Green+Blue) = 161+104+236=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #A168EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A168EC is #5E9713. Grayscale: #878787. Windows color (decimal): -6199060 or 15493281. OLE color: 15493281.
HSL color Cylindrical-coordinate representation of color #A168EC: hue angle of 265.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A168EC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 104 | 236 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.07 |
| HSL | 265.91º | 0.78% | 0.67% | - |
| HSV(B) | 265.91º | 0.56% | 0.93% | - |
| XYZ | 34.79 | 23.53 | 82.07 | - |
| YUV | 136.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 236 | 0.32 | 0.56 | 0 | 0.07 | 265.91 | 0.78 | 0.67 |
| Hex | A1 | 68 | EC | 20 | 38 | 0 | 7 | 10A | 4E | 43 |
| Octal | 241 | 150 | 354 | 40 | 70 | 0 | 7 | 412 | 116 | 103 |
| Binary | 10100001 | 1101000 | 11101100 | 100000 | 111000 | 0 | 111 | 100001010 | 1001110 | 1000011 |
Color Harmonies of #A168EC
Complementary color
Monochromatic Colors of #A168EC
Black with #A168EC
Text Example
Text Example
White with #A168EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168EC; }
p { color: rgb(161,104,236); }
H1.HeaderClassName
{
color: #A168EC;
}
.AnyTagClassName
{
color: #A168EC;
}
</style>
background-color css
<style>
a { background-color: #A168EC; }
a { background-color: rgb(161,104,236); }
div.DivClassName
{
background-color: #A168EC;
}
.BgClassName
{
background-color: #A168EC;
}
</style>
border-color css
<style>
span { border-color: #A168EC; }
span { border-color: rgb(161,104,236); }
td.TdClassName
{
border-color: #A168EC;
}
.TagClassName
{
border-color: #A168EC;
}
</style>