Shades of Medium Purple #A667F3
Tints of Medium Purple #A667F3
RGB
CMYK
RGB Variations
Color information
#A667F3 (or 0xA667F3) is known color: Medium Purple. HEX triplet: A6, 67 and F3. RGB value is (166,103,243). Sum of RGB (Red+Green+Blue) = 166+103+243=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 243 - color contains mainly: blue. Hex color #A667F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A667F3 is #59980C. Grayscale: #898989. Windows color (decimal): -5871629 or 15951782. OLE color: 15951782.
HSL color Cylindrical-coordinate representation of color #A667F3: hue angle of 267º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A667F3 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 103 | 243 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.05 |
| HSL | 267º | 0.85% | 0.68% | - |
| HSV(B) | 267º | 0.58% | 0.95% | - |
| XYZ | 36.75 | 24.28 | 87.54 | - |
| YUV | 137.8 | 187.37 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 243 | 0.32 | 0.58 | 0 | 0.05 | 267 | 0.85 | 0.68 |
| Hex | A6 | 67 | F3 | 20 | 3A | 0 | 5 | 10B | 55 | 44 |
| Octal | 246 | 147 | 363 | 40 | 72 | 0 | 5 | 413 | 125 | 104 |
| Binary | 10100110 | 1100111 | 11110011 | 100000 | 111010 | 0 | 101 | 100001011 | 1010101 | 1000100 |
Color Harmonies of #A667F3
Complementary color
Monochromatic Colors of #A667F3
Black with #A667F3
Text Example
Text Example
White with #A667F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667F3; }
p { color: rgb(166,103,243); }
H1.HeaderClassName
{
color: #A667F3;
}
.AnyTagClassName
{
color: #A667F3;
}
</style>
background-color css
<style>
a { background-color: #A667F3; }
a { background-color: rgb(166,103,243); }
div.DivClassName
{
background-color: #A667F3;
}
.BgClassName
{
background-color: #A667F3;
}
</style>
border-color css
<style>
span { border-color: #A667F3; }
span { border-color: rgb(166,103,243); }
td.TdClassName
{
border-color: #A667F3;
}
.TagClassName
{
border-color: #A667F3;
}
</style>