Shades of Medium Purple #A684EE
Tints of Medium Purple #A684EE
RGB
CMYK
RGB Variations
Color information
#A684EE (or 0xA684EE) is known color: Medium Purple. HEX triplet: A6, 84 and EE. RGB value is (166,132,238). Sum of RGB (Red+Green+Blue) = 166+132+238=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 132 (51.95% from 255 or 24.63% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #A684EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684EE is #597B11. Grayscale: #999999. Windows color (decimal): -5864210 or 15631526. OLE color: 15631526.
HSL color Cylindrical-coordinate representation of color #A684EE: hue angle of 259.25º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A684EE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 132 | 238 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.07 |
| HSL | 259.25º | 0.76% | 0.73% | - |
| HSV(B) | 259.25º | 0.45% | 0.93% | - |
| XYZ | 39.41 | 30.78 | 84.75 | - |
| YUV | 154.25 | 175.26 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 238 | 0.30 | 0.45 | 0 | 0.07 | 259.25 | 0.76 | 0.73 |
| Hex | A6 | 84 | EE | 1E | 2D | 0 | 7 | 103 | 4C | 49 |
| Octal | 246 | 204 | 356 | 36 | 55 | 0 | 7 | 403 | 114 | 111 |
| Binary | 10100110 | 10000100 | 11101110 | 11110 | 101101 | 0 | 111 | 100000011 | 1001100 | 1001001 |
Color Harmonies of #A684EE
Complementary color
Monochromatic Colors of #A684EE
Black with #A684EE
Text Example
Text Example
White with #A684EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A684EE; }
p { color: rgb(166,132,238); }
H1.HeaderClassName
{
color: #A684EE;
}
.AnyTagClassName
{
color: #A684EE;
}
</style>
background-color css
<style>
a { background-color: #A684EE; }
a { background-color: rgb(166,132,238); }
div.DivClassName
{
background-color: #A684EE;
}
.BgClassName
{
background-color: #A684EE;
}
</style>
border-color css
<style>
span { border-color: #A684EE; }
span { border-color: rgb(166,132,238); }
td.TdClassName
{
border-color: #A684EE;
}
.TagClassName
{
border-color: #A684EE;
}
</style>