Shades of Medium Purple #A67AF3
Tints of Medium Purple #A67AF3
RGB
CMYK
RGB Variations
Color information
#A67AF3 (or 0xA67AF3) is known color: Medium Purple. HEX triplet: A6, 7A and F3. RGB value is (166,122,243). Sum of RGB (Red+Green+Blue) = 166+122+243=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 122 (48.05% from 255 or 22.98% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #A67AF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AF3 is #59850C. Grayscale: #949494. Windows color (decimal): -5866765 or 15956646. OLE color: 15956646.
HSL color Cylindrical-coordinate representation of color #A67AF3: hue angle of 261.82º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A67AF3 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 122 | 243 | - |
| CMYK | 0.32 | 0.50 | 0 | 0.05 |
| HSL | 261.82º | 0.83% | 0.72% | - |
| HSV(B) | 261.82º | 0.5% | 0.95% | - |
| XYZ | 38.86 | 28.5 | 88.25 | - |
| YUV | 148.95 | 181.08 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 243 | 0.32 | 0.50 | 0 | 0.05 | 261.82 | 0.83 | 0.72 |
| Hex | A6 | 7A | F3 | 20 | 32 | 0 | 5 | 106 | 53 | 48 |
| Octal | 246 | 172 | 363 | 40 | 62 | 0 | 5 | 406 | 123 | 110 |
| Binary | 10100110 | 1111010 | 11110011 | 100000 | 110010 | 0 | 101 | 100000110 | 1010011 | 1001000 |
Color Harmonies of #A67AF3
Complementary color
Monochromatic Colors of #A67AF3
Black with #A67AF3
Text Example
Text Example
White with #A67AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AF3; }
p { color: rgb(166,122,243); }
H1.HeaderClassName
{
color: #A67AF3;
}
.AnyTagClassName
{
color: #A67AF3;
}
</style>
background-color css
<style>
a { background-color: #A67AF3; }
a { background-color: rgb(166,122,243); }
div.DivClassName
{
background-color: #A67AF3;
}
.BgClassName
{
background-color: #A67AF3;
}
</style>
border-color css
<style>
span { border-color: #A67AF3; }
span { border-color: rgb(166,122,243); }
td.TdClassName
{
border-color: #A67AF3;
}
.TagClassName
{
border-color: #A67AF3;
}
</style>