Shades of Medium Purple #A464FC
Tints of Medium Purple #A464FC
RGB
CMYK
RGB Variations
Color information
#A464FC (or 0xA464FC) is known color: Medium Purple. HEX triplet: A4, 64 and FC. RGB value is (164,100,252). Sum of RGB (Red+Green+Blue) = 164+100+252=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 100 (39.45% from 255 or 19.38% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #A464FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A464FC is #5B9B03. Grayscale: #878787. Windows color (decimal): -6003460 or 16540836. OLE color: 16540836.
HSL color Cylindrical-coordinate representation of color #A464FC: hue angle of 265.26º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A464FC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 100 | 252 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.01 |
| HSL | 265.26º | 0.96% | 0.69% | - |
| HSV(B) | 265.26º | 0.6% | 0.99% | - |
| XYZ | 37.44 | 24.04 | 94.76 | - |
| YUV | 136.46 | 193.2 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 100 | 252 | 0.35 | 0.60 | 0 | 0.01 | 265.26 | 0.96 | 0.69 |
| Hex | A4 | 64 | FC | 23 | 3C | 0 | 1 | 109 | 60 | 45 |
| Octal | 244 | 144 | 374 | 43 | 74 | 0 | 1 | 411 | 140 | 105 |
| Binary | 10100100 | 1100100 | 11111100 | 100011 | 111100 | 0 | 1 | 100001001 | 1100000 | 1000101 |
Color Harmonies of #A464FC
Complementary color
Monochromatic Colors of #A464FC
Black with #A464FC
Text Example
Text Example
White with #A464FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A464FC; }
p { color: rgb(164,100,252); }
H1.HeaderClassName
{
color: #A464FC;
}
.AnyTagClassName
{
color: #A464FC;
}
</style>
background-color css
<style>
a { background-color: #A464FC; }
a { background-color: rgb(164,100,252); }
div.DivClassName
{
background-color: #A464FC;
}
.BgClassName
{
background-color: #A464FC;
}
</style>
border-color css
<style>
span { border-color: #A464FC; }
span { border-color: rgb(164,100,252); }
td.TdClassName
{
border-color: #A464FC;
}
.TagClassName
{
border-color: #A464FC;
}
</style>