Shades of Medium Purple #A684F5
Tints of Medium Purple #A684F5
RGB
CMYK
RGB Variations
Color information
#A684F5 (or 0xA684F5) is known color: Medium Purple. HEX triplet: A6, 84 and F5. RGB value is (166,132,245). Sum of RGB (Red+Green+Blue) = 166+132+245=543 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.57% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 245 - color contains mainly: blue. Hex color #A684F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684F5 is #597B0A. Grayscale: #9A9A9A. Windows color (decimal): -5864203 or 16090278. OLE color: 16090278.
HSL color Cylindrical-coordinate representation of color #A684F5: hue angle of 258.05º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A684F5 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 132 | 245 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.04 |
| HSL | 258.05º | 0.85% | 0.74% | - |
| HSV(B) | 258.05º | 0.46% | 0.96% | - |
| XYZ | 40.46 | 31.2 | 90.28 | - |
| YUV | 155.05 | 178.76 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 132 | 245 | 0.32 | 0.46 | 0 | 0.04 | 258.05 | 0.85 | 0.74 |
| Hex | A6 | 84 | F5 | 20 | 2E | 0 | 4 | 102 | 55 | 4A |
| Octal | 246 | 204 | 365 | 40 | 56 | 0 | 4 | 402 | 125 | 112 |
| Binary | 10100110 | 10000100 | 11110101 | 100000 | 101110 | 0 | 100 | 100000010 | 1010101 | 1001010 |
Color Harmonies of #A684F5
Complementary color
Monochromatic Colors of #A684F5
Black with #A684F5
Text Example
Text Example
White with #A684F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A684F5; }
p { color: rgb(166,132,245); }
H1.HeaderClassName
{
color: #A684F5;
}
.AnyTagClassName
{
color: #A684F5;
}
</style>
background-color css
<style>
a { background-color: #A684F5; }
a { background-color: rgb(166,132,245); }
div.DivClassName
{
background-color: #A684F5;
}
.BgClassName
{
background-color: #A684F5;
}
</style>
border-color css
<style>
span { border-color: #A684F5; }
span { border-color: rgb(166,132,245); }
td.TdClassName
{
border-color: #A684F5;
}
.TagClassName
{
border-color: #A684F5;
}
</style>