Shades of Medium Purple #A867EC
Tints of Medium Purple #A867EC
RGB
CMYK
RGB Variations
Color information
#A867EC (or 0xA867EC) is known color: Medium Purple. HEX triplet: A8, 67 and EC. RGB value is (168,103,236). Sum of RGB (Red+Green+Blue) = 168+103+236=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 103 (40.62% from 255 or 20.32% 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 #A867EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A867EC is #579813. Grayscale: #898989. Windows color (decimal): -5740564 or 15493032. OLE color: 15493032.
HSL color Cylindrical-coordinate representation of color #A867EC: hue angle of 269.32º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A867EC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 103 | 236 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.07 |
| HSL | 269.32º | 0.78% | 0.66% | - |
| HSV(B) | 269.32º | 0.56% | 0.93% | - |
| XYZ | 36.14 | 24.08 | 82.1 | - |
| YUV | 137.6 | 183.53 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 236 | 0.29 | 0.56 | 0 | 0.07 | 269.32 | 0.78 | 0.66 |
| Hex | A8 | 67 | EC | 1D | 38 | 0 | 7 | 10D | 4E | 42 |
| Octal | 250 | 147 | 354 | 35 | 70 | 0 | 7 | 415 | 116 | 102 |
| Binary | 10101000 | 1100111 | 11101100 | 11101 | 111000 | 0 | 111 | 100001101 | 1001110 | 1000010 |
Color Harmonies of #A867EC
Complementary color
Monochromatic Colors of #A867EC
Black with #A867EC
Text Example
Text Example
White with #A867EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867EC; }
p { color: rgb(168,103,236); }
H1.HeaderClassName
{
color: #A867EC;
}
.AnyTagClassName
{
color: #A867EC;
}
</style>
background-color css
<style>
a { background-color: #A867EC; }
a { background-color: rgb(168,103,236); }
div.DivClassName
{
background-color: #A867EC;
}
.BgClassName
{
background-color: #A867EC;
}
</style>
border-color css
<style>
span { border-color: #A867EC; }
span { border-color: rgb(168,103,236); }
td.TdClassName
{
border-color: #A867EC;
}
.TagClassName
{
border-color: #A867EC;
}
</style>