Shades of Medium Purple #A46CF3
Tints of Medium Purple #A46CF3
RGB
CMYK
RGB Variations
Color information
#A46CF3 (or 0xA46CF3) is known color: Medium Purple. HEX triplet: A4, 6C and F3. RGB value is (164,108,243). Sum of RGB (Red+Green+Blue) = 164+108+243=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #A46CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CF3 is #5B930C. Grayscale: #8B8B8B. Windows color (decimal): -6001421 or 15953060. OLE color: 15953060.
HSL color Cylindrical-coordinate representation of color #A46CF3: hue angle of 264.89º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A46CF3 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 108 | 243 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.05 |
| HSL | 264.89º | 0.85% | 0.69% | - |
| HSV(B) | 264.89º | 0.56% | 0.95% | - |
| XYZ | 36.85 | 25.09 | 87.69 | - |
| YUV | 140.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 243 | 0.33 | 0.56 | 0 | 0.05 | 264.89 | 0.85 | 0.69 |
| Hex | A4 | 6C | F3 | 21 | 38 | 0 | 5 | 109 | 55 | 45 |
| Octal | 244 | 154 | 363 | 41 | 70 | 0 | 5 | 411 | 125 | 105 |
| Binary | 10100100 | 1101100 | 11110011 | 100001 | 111000 | 0 | 101 | 100001001 | 1010101 | 1000101 |
Color Harmonies of #A46CF3
Complementary color
Monochromatic Colors of #A46CF3
Black with #A46CF3
Text Example
Text Example
White with #A46CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CF3; }
p { color: rgb(164,108,243); }
H1.HeaderClassName
{
color: #A46CF3;
}
.AnyTagClassName
{
color: #A46CF3;
}
</style>
background-color css
<style>
a { background-color: #A46CF3; }
a { background-color: rgb(164,108,243); }
div.DivClassName
{
background-color: #A46CF3;
}
.BgClassName
{
background-color: #A46CF3;
}
</style>
border-color css
<style>
span { border-color: #A46CF3; }
span { border-color: rgb(164,108,243); }
td.TdClassName
{
border-color: #A46CF3;
}
.TagClassName
{
border-color: #A46CF3;
}
</style>