Shades of Medium Purple #A676FC
Tints of Medium Purple #A676FC
RGB
CMYK
RGB Variations
Color information
#A676FC (or 0xA676FC) is known color: Medium Purple. HEX triplet: A6, 76 and FC. RGB value is (166,118,252). Sum of RGB (Red+Green+Blue) = 166+118+252=536 (70% of max value = 765). Red value is 166 (65.23% from 255 or 30.97% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #A676FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676FC is #598903. Grayscale: #939393. Windows color (decimal): -5867780 or 16545446. OLE color: 16545446.
HSL color Cylindrical-coordinate representation of color #A676FC: hue angle of 261.49º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A676FC is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 118 | 252 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.01 |
| HSL | 261.49º | 0.96% | 0.73% | - |
| HSV(B) | 261.49º | 0.53% | 0.99% | - |
| XYZ | 39.78 | 28.09 | 95.42 | - |
| YUV | 147.63 | 186.9 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 252 | 0.34 | 0.53 | 0 | 0.01 | 261.49 | 0.96 | 0.73 |
| Hex | A6 | 76 | FC | 22 | 35 | 0 | 1 | 105 | 60 | 49 |
| Octal | 246 | 166 | 374 | 42 | 65 | 0 | 1 | 405 | 140 | 111 |
| Binary | 10100110 | 1110110 | 11111100 | 100010 | 110101 | 0 | 1 | 100000101 | 1100000 | 1001001 |
Color Harmonies of #A676FC
Complementary color
Monochromatic Colors of #A676FC
Black with #A676FC
Text Example
Text Example
White with #A676FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676FC; }
p { color: rgb(166,118,252); }
H1.HeaderClassName
{
color: #A676FC;
}
.AnyTagClassName
{
color: #A676FC;
}
</style>
background-color css
<style>
a { background-color: #A676FC; }
a { background-color: rgb(166,118,252); }
div.DivClassName
{
background-color: #A676FC;
}
.BgClassName
{
background-color: #A676FC;
}
</style>
border-color css
<style>
span { border-color: #A676FC; }
span { border-color: rgb(166,118,252); }
td.TdClassName
{
border-color: #A676FC;
}
.TagClassName
{
border-color: #A676FC;
}
</style>