Shades of Medium Purple #A683EF
Tints of Medium Purple #A683EF
RGB
CMYK
RGB Variations
Color information
#A683EF (or 0xA683EF) is known color: Medium Purple. HEX triplet: A6, 83 and EF. RGB value is (166,131,239). Sum of RGB (Red+Green+Blue) = 166+131+239=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #A683EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A683EF is #597C10. Grayscale: #999999. Windows color (decimal): -5864465 or 15696806. OLE color: 15696806.
HSL color Cylindrical-coordinate representation of color #A683EF: hue angle of 259.44º 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 #A683EF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 131 | 239 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.06 |
| HSL | 259.44º | 0.77% | 0.73% | - |
| HSV(B) | 259.44º | 0.45% | 0.94% | - |
| XYZ | 39.42 | 30.57 | 85.48 | - |
| YUV | 153.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 239 | 0.31 | 0.45 | 0 | 0.06 | 259.44 | 0.77 | 0.73 |
| Hex | A6 | 83 | EF | 1F | 2D | 0 | 6 | 103 | 4D | 49 |
| Octal | 246 | 203 | 357 | 37 | 55 | 0 | 6 | 403 | 115 | 111 |
| Binary | 10100110 | 10000011 | 11101111 | 11111 | 101101 | 0 | 110 | 100000011 | 1001101 | 1001001 |
Color Harmonies of #A683EF
Complementary color
Monochromatic Colors of #A683EF
Black with #A683EF
Text Example
Text Example
White with #A683EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683EF; }
p { color: rgb(166,131,239); }
H1.HeaderClassName
{
color: #A683EF;
}
.AnyTagClassName
{
color: #A683EF;
}
</style>
background-color css
<style>
a { background-color: #A683EF; }
a { background-color: rgb(166,131,239); }
div.DivClassName
{
background-color: #A683EF;
}
.BgClassName
{
background-color: #A683EF;
}
</style>
border-color css
<style>
span { border-color: #A683EF; }
span { border-color: rgb(166,131,239); }
td.TdClassName
{
border-color: #A683EF;
}
.TagClassName
{
border-color: #A683EF;
}
</style>