Shades of Medium Purple #A685E9
Tints of Medium Purple #A685E9
RGB
CMYK
RGB Variations
Color information
#A685E9 (or 0xA685E9) is known color: Medium Purple. HEX triplet: A6, 85 and E9. RGB value is (166,133,233). Sum of RGB (Red+Green+Blue) = 166+133+233=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 233 (91.41% from 255 or 43.80% from 532); Max value from RGB is 233 - color contains mainly: blue. Hex color #A685E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A685E9 is #597A16. Grayscale: #999999. Windows color (decimal): -5863959 or 15304102. OLE color: 15304102.
HSL color Cylindrical-coordinate representation of color #A685E9: hue angle of 259.8º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A685E9 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 133 | 233 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.09 |
| HSL | 259.8º | 0.69% | 0.72% | - |
| HSV(B) | 259.8º | 0.43% | 0.91% | - |
| XYZ | 38.82 | 30.77 | 80.98 | - |
| YUV | 154.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 133 | 233 | 0.29 | 0.43 | 0 | 0.09 | 259.8 | 0.69 | 0.72 |
| Hex | A6 | 85 | E9 | 1D | 2B | 0 | 9 | 104 | 45 | 48 |
| Octal | 246 | 205 | 351 | 35 | 53 | 0 | 11 | 404 | 105 | 110 |
| Binary | 10100110 | 10000101 | 11101001 | 11101 | 101011 | 0 | 1001 | 100000100 | 1000101 | 1001000 |
Color Harmonies of #A685E9
Complementary color
Monochromatic Colors of #A685E9
Black with #A685E9
Text Example
Text Example
White with #A685E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A685E9; }
p { color: rgb(166,133,233); }
H1.HeaderClassName
{
color: #A685E9;
}
.AnyTagClassName
{
color: #A685E9;
}
</style>
background-color css
<style>
a { background-color: #A685E9; }
a { background-color: rgb(166,133,233); }
div.DivClassName
{
background-color: #A685E9;
}
.BgClassName
{
background-color: #A685E9;
}
</style>
border-color css
<style>
span { border-color: #A685E9; }
span { border-color: rgb(166,133,233); }
td.TdClassName
{
border-color: #A685E9;
}
.TagClassName
{
border-color: #A685E9;
}
</style>