Shades of Medium Purple #A670FC
Tints of Medium Purple #A670FC
RGB
CMYK
RGB Variations
Color information
#A670FC (or 0xA670FC) is known color: Medium Purple. HEX triplet: A6, 70 and FC. RGB value is (166,112,252). Sum of RGB (Red+Green+Blue) = 166+112+252=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 112 (44.14% from 255 or 21.13% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #A670FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A670FC is #598F03. Grayscale: #8F8F8F. Windows color (decimal): -5869316 or 16543910. OLE color: 16543910.
HSL color Cylindrical-coordinate representation of color #A670FC: hue angle of 263.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A670FC is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 112 | 252 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.01 |
| HSL | 263.14º | 0.96% | 0.71% | - |
| HSV(B) | 263.14º | 0.56% | 0.99% | - |
| XYZ | 39.09 | 26.72 | 95.19 | - |
| YUV | 144.11 | 188.89 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 112 | 252 | 0.34 | 0.56 | 0 | 0.01 | 263.14 | 0.96 | 0.71 |
| Hex | A6 | 70 | FC | 22 | 38 | 0 | 1 | 107 | 60 | 47 |
| Octal | 246 | 160 | 374 | 42 | 70 | 0 | 1 | 407 | 140 | 107 |
| Binary | 10100110 | 1110000 | 11111100 | 100010 | 111000 | 0 | 1 | 100000111 | 1100000 | 1000111 |
Color Harmonies of #A670FC
Complementary color
Monochromatic Colors of #A670FC
Black with #A670FC
Text Example
Text Example
White with #A670FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A670FC; }
p { color: rgb(166,112,252); }
H1.HeaderClassName
{
color: #A670FC;
}
.AnyTagClassName
{
color: #A670FC;
}
</style>
background-color css
<style>
a { background-color: #A670FC; }
a { background-color: rgb(166,112,252); }
div.DivClassName
{
background-color: #A670FC;
}
.BgClassName
{
background-color: #A670FC;
}
</style>
border-color css
<style>
span { border-color: #A670FC; }
span { border-color: rgb(166,112,252); }
td.TdClassName
{
border-color: #A670FC;
}
.TagClassName
{
border-color: #A670FC;
}
</style>