Shades of Medium Purple #A67AF9
Tints of Medium Purple #A67AF9
RGB
CMYK
RGB Variations
Color information
#A67AF9 (or 0xA67AF9) is known color: Medium Purple. HEX triplet: A6, 7A and F9. RGB value is (166,122,249). Sum of RGB (Red+Green+Blue) = 166+122+249=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 122 (48.05% from 255 or 22.72% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #A67AF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AF9 is #598506. Grayscale: #959595. Windows color (decimal): -5866759 or 16349862. OLE color: 16349862.
HSL color Cylindrical-coordinate representation of color #A67AF9: hue angle of 260.79º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67AF9 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 122 | 249 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.02 |
| HSL | 260.79º | 0.91% | 0.73% | - |
| HSV(B) | 260.79º | 0.51% | 0.98% | - |
| XYZ | 39.78 | 28.87 | 93.1 | - |
| YUV | 149.63 | 184.08 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 249 | 0.33 | 0.51 | 0 | 0.02 | 260.79 | 0.91 | 0.73 |
| Hex | A6 | 7A | F9 | 21 | 33 | 0 | 2 | 105 | 5B | 49 |
| Octal | 246 | 172 | 371 | 41 | 63 | 0 | 2 | 405 | 133 | 111 |
| Binary | 10100110 | 1111010 | 11111001 | 100001 | 110011 | 0 | 10 | 100000101 | 1011011 | 1001001 |
Color Harmonies of #A67AF9
Complementary color
Monochromatic Colors of #A67AF9
Black with #A67AF9
Text Example
Text Example
White with #A67AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AF9; }
p { color: rgb(166,122,249); }
H1.HeaderClassName
{
color: #A67AF9;
}
.AnyTagClassName
{
color: #A67AF9;
}
</style>
background-color css
<style>
a { background-color: #A67AF9; }
a { background-color: rgb(166,122,249); }
div.DivClassName
{
background-color: #A67AF9;
}
.BgClassName
{
background-color: #A67AF9;
}
</style>
border-color css
<style>
span { border-color: #A67AF9; }
span { border-color: rgb(166,122,249); }
td.TdClassName
{
border-color: #A67AF9;
}
.TagClassName
{
border-color: #A67AF9;
}
</style>