Shades of Medium Purple #A365FC
Tints of Medium Purple #A365FC
RGB
CMYK
RGB Variations
Color information
#A365FC (or 0xA365FC) is known color: Medium Purple. HEX triplet: A3, 65 and FC. RGB value is (163,101,252). Sum of RGB (Red+Green+Blue) = 163+101+252=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 101 (39.84% from 255 or 19.57% 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 #A365FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A365FC is #5C9A03. Grayscale: #888888. Windows color (decimal): -6068740 or 16541091. OLE color: 16541091.
HSL color Cylindrical-coordinate representation of color #A365FC: hue angle of 264.64º 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 #A365FC is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 163 | 101 | 252 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.01 |
| HSL | 264.64º | 0.96% | 0.69% | - |
| HSV(B) | 264.64º | 0.6% | 0.99% | - |
| XYZ | 37.33 | 24.12 | 94.78 | - |
| YUV | 136.75 | 193.04 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 101 | 252 | 0.35 | 0.60 | 0 | 0.01 | 264.64 | 0.96 | 0.69 |
| Hex | A3 | 65 | FC | 23 | 3C | 0 | 1 | 109 | 60 | 45 |
| Octal | 243 | 145 | 374 | 43 | 74 | 0 | 1 | 411 | 140 | 105 |
| Binary | 10100011 | 1100101 | 11111100 | 100011 | 111100 | 0 | 1 | 100001001 | 1100000 | 1000101 |
Color Harmonies of #A365FC
Complementary color
Monochromatic Colors of #A365FC
Black with #A365FC
Text Example
Text Example
White with #A365FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A365FC; }
p { color: rgb(163,101,252); }
H1.HeaderClassName
{
color: #A365FC;
}
.AnyTagClassName
{
color: #A365FC;
}
</style>
background-color css
<style>
a { background-color: #A365FC; }
a { background-color: rgb(163,101,252); }
div.DivClassName
{
background-color: #A365FC;
}
.BgClassName
{
background-color: #A365FC;
}
</style>
border-color css
<style>
span { border-color: #A365FC; }
span { border-color: rgb(163,101,252); }
td.TdClassName
{
border-color: #A365FC;
}
.TagClassName
{
border-color: #A365FC;
}
</style>