Shades of Medium Purple #A465FC
Tints of Medium Purple #A465FC
RGB
CMYK
RGB Variations
Color information
#A465FC (or 0xA465FC) is known color: Medium Purple. HEX triplet: A4, 65 and FC. RGB value is (164,101,252). Sum of RGB (Red+Green+Blue) = 164+101+252=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #A465FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A465FC is #5B9A03. Grayscale: #888888. Windows color (decimal): -6003204 or 16541092. OLE color: 16541092.
HSL color Cylindrical-coordinate representation of color #A465FC: hue angle of 265.03º 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 #A465FC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 101 | 252 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.01 |
| HSL | 265.03º | 0.96% | 0.69% | - |
| HSV(B) | 265.03º | 0.6% | 0.99% | - |
| XYZ | 37.53 | 24.23 | 94.79 | - |
| YUV | 137.05 | 192.87 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 101 | 252 | 0.35 | 0.60 | 0 | 0.01 | 265.03 | 0.96 | 0.69 |
| Hex | A4 | 65 | FC | 23 | 3C | 0 | 1 | 109 | 60 | 45 |
| Octal | 244 | 145 | 374 | 43 | 74 | 0 | 1 | 411 | 140 | 105 |
| Binary | 10100100 | 1100101 | 11111100 | 100011 | 111100 | 0 | 1 | 100001001 | 1100000 | 1000101 |
Color Harmonies of #A465FC
Complementary color
Monochromatic Colors of #A465FC
Black with #A465FC
Text Example
Text Example
White with #A465FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A465FC; }
p { color: rgb(164,101,252); }
H1.HeaderClassName
{
color: #A465FC;
}
.AnyTagClassName
{
color: #A465FC;
}
</style>
background-color css
<style>
a { background-color: #A465FC; }
a { background-color: rgb(164,101,252); }
div.DivClassName
{
background-color: #A465FC;
}
.BgClassName
{
background-color: #A465FC;
}
</style>
border-color css
<style>
span { border-color: #A465FC; }
span { border-color: rgb(164,101,252); }
td.TdClassName
{
border-color: #A465FC;
}
.TagClassName
{
border-color: #A465FC;
}
</style>