Shades of Medium Purple #A680F3
Tints of Medium Purple #A680F3
RGB
CMYK
RGB Variations
Color information
#A680F3 (or 0xA680F3) is known color: Medium Purple. HEX triplet: A6, 80 and F3. RGB value is (166,128,243). Sum of RGB (Red+Green+Blue) = 166+128+243=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #A680F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680F3 is #597F0C. Grayscale: #989898. Windows color (decimal): -5865229 or 15958182. OLE color: 15958182.
HSL color Cylindrical-coordinate representation of color #A680F3: hue angle of 259.83º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A680F3 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 128 | 243 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.05 |
| HSL | 259.83º | 0.83% | 0.73% | - |
| HSV(B) | 259.83º | 0.47% | 0.95% | - |
| XYZ | 39.62 | 30.02 | 88.5 | - |
| YUV | 152.47 | 179.09 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 243 | 0.32 | 0.47 | 0 | 0.05 | 259.83 | 0.83 | 0.73 |
| Hex | A6 | 80 | F3 | 20 | 2F | 0 | 5 | 104 | 53 | 49 |
| Octal | 246 | 200 | 363 | 40 | 57 | 0 | 5 | 404 | 123 | 111 |
| Binary | 10100110 | 10000000 | 11110011 | 100000 | 101111 | 0 | 101 | 100000100 | 1010011 | 1001001 |
Color Harmonies of #A680F3
Complementary color
Monochromatic Colors of #A680F3
Black with #A680F3
Text Example
Text Example
White with #A680F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680F3; }
p { color: rgb(166,128,243); }
H1.HeaderClassName
{
color: #A680F3;
}
.AnyTagClassName
{
color: #A680F3;
}
</style>
background-color css
<style>
a { background-color: #A680F3; }
a { background-color: rgb(166,128,243); }
div.DivClassName
{
background-color: #A680F3;
}
.BgClassName
{
background-color: #A680F3;
}
</style>
border-color css
<style>
span { border-color: #A680F3; }
span { border-color: rgb(166,128,243); }
td.TdClassName
{
border-color: #A680F3;
}
.TagClassName
{
border-color: #A680F3;
}
</style>