Shades of Medium Purple #A867EE
Tints of Medium Purple #A867EE
RGB
CMYK
RGB Variations
Color information
#A867EE (or 0xA867EE) is known color: Medium Purple. HEX triplet: A8, 67 and EE. RGB value is (168,103,238). Sum of RGB (Red+Green+Blue) = 168+103+238=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 103 (40.62% from 255 or 20.24% from 509); Blue value is 238 (93.36% from 255 or 46.76% from 509); Max value from RGB is 238 - color contains mainly: blue. Hex color #A867EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A867EE is #579811. Grayscale: #898989. Windows color (decimal): -5740562 or 15624104. OLE color: 15624104.
HSL color Cylindrical-coordinate representation of color #A867EE: hue angle of 268.89º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A867EE is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 103 | 238 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.07 |
| HSL | 268.89º | 0.8% | 0.67% | - |
| HSV(B) | 268.89º | 0.57% | 0.93% | - |
| XYZ | 36.43 | 24.2 | 83.64 | - |
| YUV | 137.83 | 184.53 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 238 | 0.29 | 0.57 | 0 | 0.07 | 268.89 | 0.8 | 0.67 |
| Hex | A8 | 67 | EE | 1D | 39 | 0 | 7 | 10D | 50 | 43 |
| Octal | 250 | 147 | 356 | 35 | 71 | 0 | 7 | 415 | 120 | 103 |
| Binary | 10101000 | 1100111 | 11101110 | 11101 | 111001 | 0 | 111 | 100001101 | 1010000 | 1000011 |
Color Harmonies of #A867EE
Complementary color
Monochromatic Colors of #A867EE
Black with #A867EE
Text Example
Text Example
White with #A867EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867EE; }
p { color: rgb(168,103,238); }
H1.HeaderClassName
{
color: #A867EE;
}
.AnyTagClassName
{
color: #A867EE;
}
</style>
background-color css
<style>
a { background-color: #A867EE; }
a { background-color: rgb(168,103,238); }
div.DivClassName
{
background-color: #A867EE;
}
.BgClassName
{
background-color: #A867EE;
}
</style>
border-color css
<style>
span { border-color: #A867EE; }
span { border-color: rgb(168,103,238); }
td.TdClassName
{
border-color: #A867EE;
}
.TagClassName
{
border-color: #A867EE;
}
</style>