Shades of Medium Purple #A667F7
Tints of Medium Purple #A667F7
RGB
CMYK
RGB Variations
Color information
#A667F7 (or 0xA667F7) is known color: Medium Purple. HEX triplet: A6, 67 and F7. RGB value is (166,103,247). Sum of RGB (Red+Green+Blue) = 166+103+247=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #A667F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A667F7 is #599808. Grayscale: #898989. Windows color (decimal): -5871625 or 16213926. OLE color: 16213926.
HSL color Cylindrical-coordinate representation of color #A667F7: hue angle of 266.25º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A667F7 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 103 | 247 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.03 |
| HSL | 266.25º | 0.9% | 0.69% | - |
| HSV(B) | 266.25º | 0.58% | 0.97% | - |
| XYZ | 37.36 | 24.52 | 90.76 | - |
| YUV | 138.25 | 189.37 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 247 | 0.33 | 0.58 | 0 | 0.03 | 266.25 | 0.9 | 0.69 |
| Hex | A6 | 67 | F7 | 21 | 3A | 0 | 3 | 10A | 5A | 45 |
| Octal | 246 | 147 | 367 | 41 | 72 | 0 | 3 | 412 | 132 | 105 |
| Binary | 10100110 | 1100111 | 11110111 | 100001 | 111010 | 0 | 11 | 100001010 | 1011010 | 1000101 |
Color Harmonies of #A667F7
Complementary color
Monochromatic Colors of #A667F7
Black with #A667F7
Text Example
Text Example
White with #A667F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667F7; }
p { color: rgb(166,103,247); }
H1.HeaderClassName
{
color: #A667F7;
}
.AnyTagClassName
{
color: #A667F7;
}
</style>
background-color css
<style>
a { background-color: #A667F7; }
a { background-color: rgb(166,103,247); }
div.DivClassName
{
background-color: #A667F7;
}
.BgClassName
{
background-color: #A667F7;
}
</style>
border-color css
<style>
span { border-color: #A667F7; }
span { border-color: rgb(166,103,247); }
td.TdClassName
{
border-color: #A667F7;
}
.TagClassName
{
border-color: #A667F7;
}
</style>