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