Shades of Medium Purple #A676F3
Tints of Medium Purple #A676F3
RGB
CMYK
RGB Variations
Color information
#A676F3 (or 0xA676F3) is known color: Medium Purple. HEX triplet: A6, 76 and F3. RGB value is (166,118,243). Sum of RGB (Red+Green+Blue) = 166+118+243=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 243 (95.31% from 255 or 46.11% from 527); Max value from RGB is 243 - color contains mainly: blue. Hex color #A676F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676F3 is #59890C. Grayscale: #929292. Windows color (decimal): -5867789 or 15955622. OLE color: 15955622.
HSL color Cylindrical-coordinate representation of color #A676F3: hue angle of 263.04º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A676F3 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 118 | 243 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.05 |
| HSL | 263.04º | 0.84% | 0.71% | - |
| HSV(B) | 263.04º | 0.51% | 0.95% | - |
| XYZ | 38.38 | 27.53 | 88.09 | - |
| YUV | 146.6 | 182.4 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 243 | 0.32 | 0.51 | 0 | 0.05 | 263.04 | 0.84 | 0.71 |
| Hex | A6 | 76 | F3 | 20 | 33 | 0 | 5 | 107 | 54 | 47 |
| Octal | 246 | 166 | 363 | 40 | 63 | 0 | 5 | 407 | 124 | 107 |
| Binary | 10100110 | 1110110 | 11110011 | 100000 | 110011 | 0 | 101 | 100000111 | 1010100 | 1000111 |
Color Harmonies of #A676F3
Complementary color
Monochromatic Colors of #A676F3
Black with #A676F3
Text Example
Text Example
White with #A676F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676F3; }
p { color: rgb(166,118,243); }
H1.HeaderClassName
{
color: #A676F3;
}
.AnyTagClassName
{
color: #A676F3;
}
</style>
background-color css
<style>
a { background-color: #A676F3; }
a { background-color: rgb(166,118,243); }
div.DivClassName
{
background-color: #A676F3;
}
.BgClassName
{
background-color: #A676F3;
}
</style>
border-color css
<style>
span { border-color: #A676F3; }
span { border-color: rgb(166,118,243); }
td.TdClassName
{
border-color: #A676F3;
}
.TagClassName
{
border-color: #A676F3;
}
</style>