Shades of Medium Purple #A46CFC
Tints of Medium Purple #A46CFC
RGB
CMYK
RGB Variations
Color information
#A46CFC (or 0xA46CFC) is known color: Medium Purple. HEX triplet: A4, 6C and FC. RGB value is (164,108,252). Sum of RGB (Red+Green+Blue) = 164+108+252=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 252 (98.83% from 255 or 48.09% from 524); Max value from RGB is 252 - color contains mainly: blue. Hex color #A46CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CFC is #5B9303. Grayscale: #8C8C8C. Windows color (decimal): -6001412 or 16542884. OLE color: 16542884.
HSL color Cylindrical-coordinate representation of color #A46CFC: hue angle of 263.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46CFC is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 108 | 252 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.01 |
| HSL | 263.33º | 0.96% | 0.71% | - |
| HSV(B) | 263.33º | 0.57% | 0.99% | - |
| XYZ | 38.24 | 25.65 | 95.03 | - |
| YUV | 141.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 252 | 0.35 | 0.57 | 0 | 0.01 | 263.33 | 0.96 | 0.71 |
| Hex | A4 | 6C | FC | 23 | 39 | 0 | 1 | 107 | 60 | 47 |
| Octal | 244 | 154 | 374 | 43 | 71 | 0 | 1 | 407 | 140 | 107 |
| Binary | 10100100 | 1101100 | 11111100 | 100011 | 111001 | 0 | 1 | 100000111 | 1100000 | 1000111 |
Color Harmonies of #A46CFC
Complementary color
Monochromatic Colors of #A46CFC
Black with #A46CFC
Text Example
Text Example
White with #A46CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CFC; }
p { color: rgb(164,108,252); }
H1.HeaderClassName
{
color: #A46CFC;
}
.AnyTagClassName
{
color: #A46CFC;
}
</style>
background-color css
<style>
a { background-color: #A46CFC; }
a { background-color: rgb(164,108,252); }
div.DivClassName
{
background-color: #A46CFC;
}
.BgClassName
{
background-color: #A46CFC;
}
</style>
border-color css
<style>
span { border-color: #A46CFC; }
span { border-color: rgb(164,108,252); }
td.TdClassName
{
border-color: #A46CFC;
}
.TagClassName
{
border-color: #A46CFC;
}
</style>