Shades of Medium Purple #A768EC
Tints of Medium Purple #A768EC
RGB
CMYK
RGB Variations
Color information
#A768EC (or 0xA768EC) is known color: Medium Purple. HEX triplet: A7, 68 and EC. RGB value is (167,104,236). Sum of RGB (Red+Green+Blue) = 167+104+236=507 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.94% from 507); Green value is 104 (41.02% from 255 or 20.51% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #A768EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A768EC is #589713. Grayscale: #898989. Windows color (decimal): -5805844 or 15493287. OLE color: 15493287.
HSL color Cylindrical-coordinate representation of color #A768EC: hue angle of 268.64º 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 #A768EC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 104 | 236 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.07 |
| HSL | 268.64º | 0.78% | 0.67% | - |
| HSV(B) | 268.64º | 0.56% | 0.93% | - |
| XYZ | 36.03 | 24.17 | 82.12 | - |
| YUV | 137.89 | 183.37 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 104 | 236 | 0.29 | 0.56 | 0 | 0.07 | 268.64 | 0.78 | 0.67 |
| Hex | A7 | 68 | EC | 1D | 38 | 0 | 7 | 10D | 4E | 43 |
| Octal | 247 | 150 | 354 | 35 | 70 | 0 | 7 | 415 | 116 | 103 |
| Binary | 10100111 | 1101000 | 11101100 | 11101 | 111000 | 0 | 111 | 100001101 | 1001110 | 1000011 |
Color Harmonies of #A768EC
Complementary color
Monochromatic Colors of #A768EC
Black with #A768EC
Text Example
Text Example
White with #A768EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A768EC; }
p { color: rgb(167,104,236); }
H1.HeaderClassName
{
color: #A768EC;
}
.AnyTagClassName
{
color: #A768EC;
}
</style>
background-color css
<style>
a { background-color: #A768EC; }
a { background-color: rgb(167,104,236); }
div.DivClassName
{
background-color: #A768EC;
}
.BgClassName
{
background-color: #A768EC;
}
</style>
border-color css
<style>
span { border-color: #A768EC; }
span { border-color: rgb(167,104,236); }
td.TdClassName
{
border-color: #A768EC;
}
.TagClassName
{
border-color: #A768EC;
}
</style>