Shades of Medium Purple #A866EE
Tints of Medium Purple #A866EE
RGB
CMYK
RGB Variations
Color information
#A866EE (or 0xA866EE) is known color: Medium Purple. HEX triplet: A8, 66 and EE. RGB value is (168,102,238). Sum of RGB (Red+Green+Blue) = 168+102+238=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #A866EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A866EE is #579911. Grayscale: #888888. Windows color (decimal): -5740818 or 15623848. OLE color: 15623848.
HSL color Cylindrical-coordinate representation of color #A866EE: hue angle of 269.12º 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 #A866EE is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 102 | 238 | - |
| CMYK | 0.29 | 0.57 | 0 | 0.07 |
| HSL | 269.12º | 0.8% | 0.67% | - |
| HSV(B) | 269.12º | 0.57% | 0.93% | - |
| XYZ | 36.33 | 24 | 83.61 | - |
| YUV | 137.24 | 184.87 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 238 | 0.29 | 0.57 | 0 | 0.07 | 269.12 | 0.8 | 0.67 |
| Hex | A8 | 66 | EE | 1D | 39 | 0 | 7 | 10D | 50 | 43 |
| Octal | 250 | 146 | 356 | 35 | 71 | 0 | 7 | 415 | 120 | 103 |
| Binary | 10101000 | 1100110 | 11101110 | 11101 | 111001 | 0 | 111 | 100001101 | 1010000 | 1000011 |
Color Harmonies of #A866EE
Complementary color
Monochromatic Colors of #A866EE
Black with #A866EE
Text Example
Text Example
White with #A866EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866EE; }
p { color: rgb(168,102,238); }
H1.HeaderClassName
{
color: #A866EE;
}
.AnyTagClassName
{
color: #A866EE;
}
</style>
background-color css
<style>
a { background-color: #A866EE; }
a { background-color: rgb(168,102,238); }
div.DivClassName
{
background-color: #A866EE;
}
.BgClassName
{
background-color: #A866EE;
}
</style>
border-color css
<style>
span { border-color: #A866EE; }
span { border-color: rgb(168,102,238); }
td.TdClassName
{
border-color: #A866EE;
}
.TagClassName
{
border-color: #A866EE;
}
</style>