Shades of Medium Purple #A265FC
Tints of Medium Purple #A265FC
RGB
CMYK
RGB Variations
Color information
#A265FC (or 0xA265FC) is known color: Medium Purple. HEX triplet: A2, 65 and FC. RGB value is (162,101,252). Sum of RGB (Red+Green+Blue) = 162+101+252=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #A265FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265FC is #5D9A03. Grayscale: #878787. Windows color (decimal): -6134276 or 16541090. OLE color: 16541090.
HSL color Cylindrical-coordinate representation of color #A265FC: hue angle of 264.24º 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 #A265FC is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 101 | 252 | - |
| CMYK | 0.36 | 0.60 | 0 | 0.01 |
| HSL | 264.24º | 0.96% | 0.69% | - |
| HSV(B) | 264.24º | 0.6% | 0.99% | - |
| XYZ | 37.12 | 24.02 | 94.77 | - |
| YUV | 136.45 | 193.21 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 101 | 252 | 0.36 | 0.60 | 0 | 0.01 | 264.24 | 0.96 | 0.69 |
| Hex | A2 | 65 | FC | 24 | 3C | 0 | 1 | 108 | 60 | 45 |
| Octal | 242 | 145 | 374 | 44 | 74 | 0 | 1 | 410 | 140 | 105 |
| Binary | 10100010 | 1100101 | 11111100 | 100100 | 111100 | 0 | 1 | 100001000 | 1100000 | 1000101 |
Color Harmonies of #A265FC
Complementary color
Monochromatic Colors of #A265FC
Black with #A265FC
Text Example
Text Example
White with #A265FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A265FC; }
p { color: rgb(162,101,252); }
H1.HeaderClassName
{
color: #A265FC;
}
.AnyTagClassName
{
color: #A265FC;
}
</style>
background-color css
<style>
a { background-color: #A265FC; }
a { background-color: rgb(162,101,252); }
div.DivClassName
{
background-color: #A265FC;
}
.BgClassName
{
background-color: #A265FC;
}
</style>
border-color css
<style>
span { border-color: #A265FC; }
span { border-color: rgb(162,101,252); }
td.TdClassName
{
border-color: #A265FC;
}
.TagClassName
{
border-color: #A265FC;
}
</style>