Shades of Medium Purple #A676F0
Tints of Medium Purple #A676F0
RGB
CMYK
RGB Variations
Color information
#A676F0 (or 0xA676F0) is known color: Medium Purple. HEX triplet: A6, 76 and F0. RGB value is (166,118,240). Sum of RGB (Red+Green+Blue) = 166+118+240=524 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.68% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #A676F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676F0 is #59890F. Grayscale: #919191. Windows color (decimal): -5867792 or 15759014. OLE color: 15759014.
HSL color Cylindrical-coordinate representation of color #A676F0: hue angle of 263.61º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A676F0 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 118 | 240 | - |
| CMYK | 0.31 | 0.51 | 0 | 0.06 |
| HSL | 263.61º | 0.8% | 0.7% | - |
| HSV(B) | 263.61º | 0.51% | 0.94% | - |
| XYZ | 37.93 | 27.36 | 85.72 | - |
| YUV | 146.26 | 180.9 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 118 | 240 | 0.31 | 0.51 | 0 | 0.06 | 263.61 | 0.8 | 0.7 |
| Hex | A6 | 76 | F0 | 1F | 33 | 0 | 6 | 108 | 50 | 46 |
| Octal | 246 | 166 | 360 | 37 | 63 | 0 | 6 | 410 | 120 | 106 |
| Binary | 10100110 | 1110110 | 11110000 | 11111 | 110011 | 0 | 110 | 100001000 | 1010000 | 1000110 |
Color Harmonies of #A676F0
Complementary color
Monochromatic Colors of #A676F0
Black with #A676F0
Text Example
Text Example
White with #A676F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A676F0; }
p { color: rgb(166,118,240); }
H1.HeaderClassName
{
color: #A676F0;
}
.AnyTagClassName
{
color: #A676F0;
}
</style>
background-color css
<style>
a { background-color: #A676F0; }
a { background-color: rgb(166,118,240); }
div.DivClassName
{
background-color: #A676F0;
}
.BgClassName
{
background-color: #A676F0;
}
</style>
border-color css
<style>
span { border-color: #A676F0; }
span { border-color: rgb(166,118,240); }
td.TdClassName
{
border-color: #A676F0;
}
.TagClassName
{
border-color: #A676F0;
}
</style>