Shades of Medium Purple #A67DF3
Tints of Medium Purple #A67DF3
RGB
CMYK
RGB Variations
Color information
#A67DF3 (or 0xA67DF3) is known color: Medium Purple. HEX triplet: A6, 7D and F3. RGB value is (166,125,243). Sum of RGB (Red+Green+Blue) = 166+125+243=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 243 (95.31% from 255 or 45.51% from 534); Max value from RGB is 243 - color contains mainly: blue. Hex color #A67DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67DF3 is #59820C. Grayscale: #969696. Windows color (decimal): -5865997 or 15957414. OLE color: 15957414.
HSL color Cylindrical-coordinate representation of color #A67DF3: hue angle of 260.85º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67DF3 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 125 | 243 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.05 |
| HSL | 260.85º | 0.83% | 0.72% | - |
| HSV(B) | 260.85º | 0.49% | 0.95% | - |
| XYZ | 39.24 | 29.25 | 88.37 | - |
| YUV | 150.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 125 | 243 | 0.32 | 0.49 | 0 | 0.05 | 260.85 | 0.83 | 0.72 |
| Hex | A6 | 7D | F3 | 20 | 31 | 0 | 5 | 105 | 53 | 48 |
| Octal | 246 | 175 | 363 | 40 | 61 | 0 | 5 | 405 | 123 | 110 |
| Binary | 10100110 | 1111101 | 11110011 | 100000 | 110001 | 0 | 101 | 100000101 | 1010011 | 1001000 |
Color Harmonies of #A67DF3
Complementary color
Monochromatic Colors of #A67DF3
Black with #A67DF3
Text Example
Text Example
White with #A67DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67DF3; }
p { color: rgb(166,125,243); }
H1.HeaderClassName
{
color: #A67DF3;
}
.AnyTagClassName
{
color: #A67DF3;
}
</style>
background-color css
<style>
a { background-color: #A67DF3; }
a { background-color: rgb(166,125,243); }
div.DivClassName
{
background-color: #A67DF3;
}
.BgClassName
{
background-color: #A67DF3;
}
</style>
border-color css
<style>
span { border-color: #A67DF3; }
span { border-color: rgb(166,125,243); }
td.TdClassName
{
border-color: #A67DF3;
}
.TagClassName
{
border-color: #A67DF3;
}
</style>