Shades of Medium Purple #A676FA
Tints of Medium Purple #A676FA
RGB
CMYK
RGB Variations
Color information
#A676FA (or 0xA676FA) is known color: Medium Purple. HEX triplet: A6, 76 and FA. RGB value is (166,118,250). Sum of RGB (Red+Green+Blue) = 166+118+250=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #A676FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676FA is #598905. Grayscale: #929292. Windows color (decimal): -5867782 or 16414374. OLE color: 16414374.
HSL color Cylindrical-coordinate representation of color #A676FA: hue angle of 261.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A676FA is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 118 | 250 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.02 |
| HSL | 261.82º | 0.93% | 0.72% | - |
| HSV(B) | 261.82º | 0.53% | 0.98% | - |
| XYZ | 39.46 | 27.97 | 93.76 | - |
| YUV | 147.4 | 185.9 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 250 | 0.34 | 0.53 | 0 | 0.02 | 261.82 | 0.93 | 0.72 |
| Hex | A6 | 76 | FA | 22 | 35 | 0 | 2 | 106 | 5D | 48 |
| Octal | 246 | 166 | 372 | 42 | 65 | 0 | 2 | 406 | 135 | 110 |
| Binary | 10100110 | 1110110 | 11111010 | 100010 | 110101 | 0 | 10 | 100000110 | 1011101 | 1001000 |
Color Harmonies of #A676FA
Complementary color
Monochromatic Colors of #A676FA
Black with #A676FA
Text Example
Text Example
White with #A676FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676FA; }
p { color: rgb(166,118,250); }
H1.HeaderClassName
{
color: #A676FA;
}
.AnyTagClassName
{
color: #A676FA;
}
</style>
background-color css
<style>
a { background-color: #A676FA; }
a { background-color: rgb(166,118,250); }
div.DivClassName
{
background-color: #A676FA;
}
.BgClassName
{
background-color: #A676FA;
}
</style>
border-color css
<style>
span { border-color: #A676FA; }
span { border-color: rgb(166,118,250); }
td.TdClassName
{
border-color: #A676FA;
}
.TagClassName
{
border-color: #A676FA;
}
</style>