Shades of Medium Purple #A67AF7
Tints of Medium Purple #A67AF7
RGB
CMYK
RGB Variations
Color information
#A67AF7 (or 0xA67AF7) is known color: Medium Purple. HEX triplet: A6, 7A and F7. RGB value is (166,122,247). Sum of RGB (Red+Green+Blue) = 166+122+247=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 247 (96.88% from 255 or 46.17% from 535); Max value from RGB is 247 - color contains mainly: blue. Hex color #A67AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AF7 is #598508. Grayscale: #949494. Windows color (decimal): -5866761 or 16218790. OLE color: 16218790.
HSL color Cylindrical-coordinate representation of color #A67AF7: hue angle of 261.12º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67AF7 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 122 | 247 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.03 |
| HSL | 261.12º | 0.89% | 0.72% | - |
| HSV(B) | 261.12º | 0.51% | 0.97% | - |
| XYZ | 39.47 | 28.74 | 91.46 | - |
| YUV | 149.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 247 | 0.33 | 0.51 | 0 | 0.03 | 261.12 | 0.89 | 0.72 |
| Hex | A6 | 7A | F7 | 21 | 33 | 0 | 3 | 105 | 59 | 48 |
| Octal | 246 | 172 | 367 | 41 | 63 | 0 | 3 | 405 | 131 | 110 |
| Binary | 10100110 | 1111010 | 11110111 | 100001 | 110011 | 0 | 11 | 100000101 | 1011001 | 1001000 |
Color Harmonies of #A67AF7
Complementary color
Monochromatic Colors of #A67AF7
Black with #A67AF7
Text Example
Text Example
White with #A67AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AF7; }
p { color: rgb(166,122,247); }
H1.HeaderClassName
{
color: #A67AF7;
}
.AnyTagClassName
{
color: #A67AF7;
}
</style>
background-color css
<style>
a { background-color: #A67AF7; }
a { background-color: rgb(166,122,247); }
div.DivClassName
{
background-color: #A67AF7;
}
.BgClassName
{
background-color: #A67AF7;
}
</style>
border-color css
<style>
span { border-color: #A67AF7; }
span { border-color: rgb(166,122,247); }
td.TdClassName
{
border-color: #A67AF7;
}
.TagClassName
{
border-color: #A67AF7;
}
</style>