Shades of Medium Purple #A67DF7
Tints of Medium Purple #A67DF7
RGB
CMYK
RGB Variations
Color information
#A67DF7 (or 0xA67DF7) is known color: Medium Purple. HEX triplet: A6, 7D and F7. RGB value is (166,125,247). Sum of RGB (Red+Green+Blue) = 166+125+247=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 125 (49.22% from 255 or 23.23% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #A67DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DF7 is #598208. Grayscale: #969696. Windows color (decimal): -5865993 or 16219558. OLE color: 16219558.
HSL color Cylindrical-coordinate representation of color #A67DF7: hue angle of 260.16º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67DF7 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 125 | 247 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.03 |
| HSL | 260.16º | 0.88% | 0.73% | - |
| HSV(B) | 260.16º | 0.49% | 0.97% | - |
| XYZ | 39.85 | 29.49 | 91.59 | - |
| YUV | 151.17 | 182.08 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 247 | 0.33 | 0.49 | 0 | 0.03 | 260.16 | 0.88 | 0.73 |
| Hex | A6 | 7D | F7 | 21 | 31 | 0 | 3 | 104 | 58 | 49 |
| Octal | 246 | 175 | 367 | 41 | 61 | 0 | 3 | 404 | 130 | 111 |
| Binary | 10100110 | 1111101 | 11110111 | 100001 | 110001 | 0 | 11 | 100000100 | 1011000 | 1001001 |
Color Harmonies of #A67DF7
Complementary color
Monochromatic Colors of #A67DF7
Black with #A67DF7
Text Example
Text Example
White with #A67DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DF7; }
p { color: rgb(166,125,247); }
H1.HeaderClassName
{
color: #A67DF7;
}
.AnyTagClassName
{
color: #A67DF7;
}
</style>
background-color css
<style>
a { background-color: #A67DF7; }
a { background-color: rgb(166,125,247); }
div.DivClassName
{
background-color: #A67DF7;
}
.BgClassName
{
background-color: #A67DF7;
}
</style>
border-color css
<style>
span { border-color: #A67DF7; }
span { border-color: rgb(166,125,247); }
td.TdClassName
{
border-color: #A67DF7;
}
.TagClassName
{
border-color: #A67DF7;
}
</style>