Shades of Medium Purple #A668FC
Tints of Medium Purple #A668FC
RGB
CMYK
RGB Variations
Color information
#A668FC (or 0xA668FC) is known color: Medium Purple. HEX triplet: A6, 68 and FC. RGB value is (166,104,252). Sum of RGB (Red+Green+Blue) = 166+104+252=522 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.80% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #A668FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A668FC is #599703. Grayscale: #8A8A8A. Windows color (decimal): -5871364 or 16541862. OLE color: 16541862.
HSL color Cylindrical-coordinate representation of color #A668FC: hue angle of 265.14º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A668FC is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 104 | 252 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.01 |
| HSL | 265.14º | 0.96% | 0.7% | - |
| HSV(B) | 265.14º | 0.59% | 0.99% | - |
| XYZ | 38.25 | 25.04 | 94.91 | - |
| YUV | 139.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 104 | 252 | 0.34 | 0.59 | 0 | 0.01 | 265.14 | 0.96 | 0.7 |
| Hex | A6 | 68 | FC | 22 | 3B | 0 | 1 | 109 | 60 | 46 |
| Octal | 246 | 150 | 374 | 42 | 73 | 0 | 1 | 411 | 140 | 106 |
| Binary | 10100110 | 1101000 | 11111100 | 100010 | 111011 | 0 | 1 | 100001001 | 1100000 | 1000110 |
Color Harmonies of #A668FC
Complementary color
Monochromatic Colors of #A668FC
Black with #A668FC
Text Example
Text Example
White with #A668FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A668FC; }
p { color: rgb(166,104,252); }
H1.HeaderClassName
{
color: #A668FC;
}
.AnyTagClassName
{
color: #A668FC;
}
</style>
background-color css
<style>
a { background-color: #A668FC; }
a { background-color: rgb(166,104,252); }
div.DivClassName
{
background-color: #A668FC;
}
.BgClassName
{
background-color: #A668FC;
}
</style>
border-color css
<style>
span { border-color: #A668FC; }
span { border-color: rgb(166,104,252); }
td.TdClassName
{
border-color: #A668FC;
}
.TagClassName
{
border-color: #A668FC;
}
</style>