Shades of Medium Purple #A687F3
Tints of Medium Purple #A687F3
RGB
CMYK
RGB Variations
Color information
#A687F3 (or 0xA687F3) is known color: Medium Purple. HEX triplet: A6, 87 and F3. RGB value is (166,135,243). Sum of RGB (Red+Green+Blue) = 166+135+243=544 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.51% from 544); Green value is 135 (53.12% from 255 or 24.82% from 544); Blue value is 243 (95.31% from 255 or 44.67% from 544); Max value from RGB is 243 - color contains mainly: blue. Hex color #A687F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A687F3 is #59780C. Grayscale: #9C9C9C. Windows color (decimal): -5863437 or 15959974. OLE color: 15959974.
HSL color Cylindrical-coordinate representation of color #A687F3: hue angle of 257.22º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A687F3 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 135 | 243 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.05 |
| HSL | 257.22º | 0.82% | 0.74% | - |
| HSV(B) | 257.22º | 0.44% | 0.95% | - |
| XYZ | 40.57 | 31.91 | 88.81 | - |
| YUV | 156.58 | 176.77 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 135 | 243 | 0.32 | 0.44 | 0 | 0.05 | 257.22 | 0.82 | 0.74 |
| Hex | A6 | 87 | F3 | 20 | 2C | 0 | 5 | 101 | 52 | 4A |
| Octal | 246 | 207 | 363 | 40 | 54 | 0 | 5 | 401 | 122 | 112 |
| Binary | 10100110 | 10000111 | 11110011 | 100000 | 101100 | 0 | 101 | 100000001 | 1010010 | 1001010 |
Color Harmonies of #A687F3
Complementary color
Monochromatic Colors of #A687F3
Black with #A687F3
Text Example
Text Example
White with #A687F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A687F3; }
p { color: rgb(166,135,243); }
H1.HeaderClassName
{
color: #A687F3;
}
.AnyTagClassName
{
color: #A687F3;
}
</style>
background-color css
<style>
a { background-color: #A687F3; }
a { background-color: rgb(166,135,243); }
div.DivClassName
{
background-color: #A687F3;
}
.BgClassName
{
background-color: #A687F3;
}
</style>
border-color css
<style>
span { border-color: #A687F3; }
span { border-color: rgb(166,135,243); }
td.TdClassName
{
border-color: #A687F3;
}
.TagClassName
{
border-color: #A687F3;
}
</style>