Shades of Medium Purple #A678FC
Tints of Medium Purple #A678FC
RGB
CMYK
RGB Variations
Color information
#A678FC (or 0xA678FC) is known color: Medium Purple. HEX triplet: A6, 78 and FC. RGB value is (166,120,252). Sum of RGB (Red+Green+Blue) = 166+120+252=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 120 (47.27% from 255 or 22.30% from 538); Blue value is 252 (98.83% from 255 or 46.84% from 538); Max value from RGB is 252 - color contains mainly: blue. Hex color #A678FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A678FC is #598703. Grayscale: #949494. Windows color (decimal): -5867268 or 16545958. OLE color: 16545958.
HSL color Cylindrical-coordinate representation of color #A678FC: hue angle of 260.91º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A678FC is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 120 | 252 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.01 |
| HSL | 260.91º | 0.96% | 0.73% | - |
| HSV(B) | 260.91º | 0.52% | 0.99% | - |
| XYZ | 40.01 | 28.57 | 95.5 | - |
| YUV | 148.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 252 | 0.34 | 0.52 | 0 | 0.01 | 260.91 | 0.96 | 0.73 |
| Hex | A6 | 78 | FC | 22 | 34 | 0 | 1 | 105 | 60 | 49 |
| Octal | 246 | 170 | 374 | 42 | 64 | 0 | 1 | 405 | 140 | 111 |
| Binary | 10100110 | 1111000 | 11111100 | 100010 | 110100 | 0 | 1 | 100000101 | 1100000 | 1001001 |
Color Harmonies of #A678FC
Complementary color
Monochromatic Colors of #A678FC
Black with #A678FC
Text Example
Text Example
White with #A678FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678FC; }
p { color: rgb(166,120,252); }
H1.HeaderClassName
{
color: #A678FC;
}
.AnyTagClassName
{
color: #A678FC;
}
</style>
background-color css
<style>
a { background-color: #A678FC; }
a { background-color: rgb(166,120,252); }
div.DivClassName
{
background-color: #A678FC;
}
.BgClassName
{
background-color: #A678FC;
}
</style>
border-color css
<style>
span { border-color: #A678FC; }
span { border-color: rgb(166,120,252); }
td.TdClassName
{
border-color: #A678FC;
}
.TagClassName
{
border-color: #A678FC;
}
</style>