Shades of Medium Purple #A684EF
Tints of Medium Purple #A684EF
RGB
CMYK
RGB Variations
Color information
#A684EF (or 0xA684EF) is known color: Medium Purple. HEX triplet: A6, 84 and EF. RGB value is (166,132,239). Sum of RGB (Red+Green+Blue) = 166+132+239=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #A684EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684EF is #597B10. Grayscale: #999999. Windows color (decimal): -5864209 or 15697062. OLE color: 15697062.
HSL color Cylindrical-coordinate representation of color #A684EF: hue angle of 259.07º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A684EF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 132 | 239 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.06 |
| HSL | 259.07º | 0.77% | 0.73% | - |
| HSV(B) | 259.07º | 0.45% | 0.94% | - |
| XYZ | 39.56 | 30.84 | 85.53 | - |
| YUV | 154.36 | 175.76 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 239 | 0.31 | 0.45 | 0 | 0.06 | 259.07 | 0.77 | 0.73 |
| Hex | A6 | 84 | EF | 1F | 2D | 0 | 6 | 103 | 4D | 49 |
| Octal | 246 | 204 | 357 | 37 | 55 | 0 | 6 | 403 | 115 | 111 |
| Binary | 10100110 | 10000100 | 11101111 | 11111 | 101101 | 0 | 110 | 100000011 | 1001101 | 1001001 |
Color Harmonies of #A684EF
Complementary color
Monochromatic Colors of #A684EF
Black with #A684EF
Text Example
Text Example
White with #A684EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A684EF; }
p { color: rgb(166,132,239); }
H1.HeaderClassName
{
color: #A684EF;
}
.AnyTagClassName
{
color: #A684EF;
}
</style>
background-color css
<style>
a { background-color: #A684EF; }
a { background-color: rgb(166,132,239); }
div.DivClassName
{
background-color: #A684EF;
}
.BgClassName
{
background-color: #A684EF;
}
</style>
border-color css
<style>
span { border-color: #A684EF; }
span { border-color: rgb(166,132,239); }
td.TdClassName
{
border-color: #A684EF;
}
.TagClassName
{
border-color: #A684EF;
}
</style>