Shades of Medium Purple #A685EF
Tints of Medium Purple #A685EF
RGB
CMYK
RGB Variations
Color information
#A685EF (or 0xA685EF) is known color: Medium Purple. HEX triplet: A6, 85 and EF. RGB value is (166,133,239). Sum of RGB (Red+Green+Blue) = 166+133+239=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #A685EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685EF is #597A10. Grayscale: #9A9A9A. Windows color (decimal): -5863953 or 15697318. OLE color: 15697318.
HSL color Cylindrical-coordinate representation of color #A685EF: hue angle of 258.68º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A685EF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 133 | 239 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.06 |
| HSL | 258.68º | 0.77% | 0.73% | - |
| HSV(B) | 258.68º | 0.44% | 0.94% | - |
| XYZ | 39.69 | 31.11 | 85.57 | - |
| YUV | 154.95 | 175.43 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 239 | 0.31 | 0.44 | 0 | 0.06 | 258.68 | 0.77 | 0.73 |
| Hex | A6 | 85 | EF | 1F | 2C | 0 | 6 | 103 | 4D | 49 |
| Octal | 246 | 205 | 357 | 37 | 54 | 0 | 6 | 403 | 115 | 111 |
| Binary | 10100110 | 10000101 | 11101111 | 11111 | 101100 | 0 | 110 | 100000011 | 1001101 | 1001001 |
Color Harmonies of #A685EF
Complementary color
Monochromatic Colors of #A685EF
Black with #A685EF
Text Example
Text Example
White with #A685EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685EF; }
p { color: rgb(166,133,239); }
H1.HeaderClassName
{
color: #A685EF;
}
.AnyTagClassName
{
color: #A685EF;
}
</style>
background-color css
<style>
a { background-color: #A685EF; }
a { background-color: rgb(166,133,239); }
div.DivClassName
{
background-color: #A685EF;
}
.BgClassName
{
background-color: #A685EF;
}
</style>
border-color css
<style>
span { border-color: #A685EF; }
span { border-color: rgb(166,133,239); }
td.TdClassName
{
border-color: #A685EF;
}
.TagClassName
{
border-color: #A685EF;
}
</style>